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
91 stars 20 forks source link

fix importlib.metadata in py37 #154

Closed wp19991 closed 1 year ago

wp19991 commented 1 year ago

Turns out importlib.metadata is a standard library in Python 3.8 and later, making it incompatible for py37

jovany-wang commented 1 year ago

Closed in #155