FedML icon indicating copy to clipboard operation
FedML copied to clipboard

ImportError:

Open zhizhi-2 opened this issue 3 years ago • 1 comments

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 avatar Jul 25 '22 00:07 zhizhi-2

@zhizhi-2 please try pip install fedml==0.7.222 and check whether it works.

chaoyanghe avatar Jul 25 '22 16:07 chaoyanghe