FedML
FedML copied to clipboard
ImportError:
when I excute the file FedML/python/examples/cross_silo/grpc_fedavg_mnist_lr_example/custum_data_and_model$ bash run_server.sh ImportError: cannot import name 'FedMLRunner' from 'fedml' (/home/lpz/Virtual/FedML/lib/python3.8/site-packages/fedml/init.py)
@zhizhi-2 please try pip install fedml==0.7.222 and check whether it works.