Hello,
I am new to flwr and trying to follow the website instructions. But I am getting the following error. Can someone help me?
Python 3.11.9
Ray 2.55.1 installed
Flower 1.31.0 installed
Successfully started run 15310168457235330674
INFO : Starting logstream for run_id 15310168457235330674
INFO : Starting Flower Simulation
ERROR : Exit Code: 701
ray backend selected for simulation, but ray is not installed.
Extra dependencies required for simulation are missing.
To use simulation with the Ray backend, install flwr with the simulation extra:
`pip install "flwr[simulation]"`.