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 error in python3.7 #155

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

wp19991 commented 1 year ago

@NKcqx This PR resolves a bug caused by Python version compatibility.

wp19991 commented 1 year ago

154