ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
92 stars 22 forks source link

cannot install ray fed from pip #138

Closed tardism closed 1 year ago

tardism commented 1 year ago

(ray22) name:~$ pip install -U rayfed ERROR: Could not find a version that satisfies the requirement rayfed (from versions: none) ERROR: No matching distribution found for rayfed

Current conda environment has ray 2.20 installed.

jovany-wang commented 1 year ago

Hi, try pip install rayfed-nightly out!

tardism commented 1 year ago

Thank you!