Missing module error in Federated Learning with NVFlare tutorial #376
Replies: 3 comments 6 replies
-
Thanks for reporting, I created an issue for this #377 |
Beta Was this translation helpful? Give feedback.
-
Hi @sorensenmarius , could I ask which python version did you used? |
Beta Was this translation helpful? Give feedback.
-
I have tried python 3.8.10, nvflare==1.0.2 and monai==0.7.0. I use conda to create the virtual environment. I have the same issue: /tutorials/federated_learning/nvflare/nvflare_example/nvflare_monai/bin/python3: No module named nvflare.private.fed.app.client.client_train |
Beta Was this translation helpful? Give feedback.
-
I have followed each step of the federated learning with NVFlare without Docker tutorial, and have run into a problem when I want to start the server and the clients. When I do the "Run federated learning" step in the README I am getting this error from sub_start.sh:
/tutorials/federated_learning/nvflare/nvflare_example/nvflare_monai/bin/python3: No module named nvflare.private.fed.app.client.client_train
and
/tutorials/federated_learning/nvflare/nvflare_example/nvflare_monai/bin/python3: No module named nvflare.private.fed.app.server.server_train
I have tried redoing the whole installation and manually installing nvflare with both pip and pip3, however these tell me that all requirements are satisfied.
Has anyone run into this problem? I would love some input on how to move forward with this.
Beta Was this translation helpful? Give feedback.
All reactions