Missing module error in Federated Learning with NVFlare tutorial #376
Unanswered
sorensenmarius
asked this question in
Q&A
Replies: 3 comments 6 replies
|
Thanks for reporting, I created an issue for this #377 |
0 replies
|
Hi @sorensenmarius , could I ask which python version did you used? |
5 replies
|
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 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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_trainand
/tutorials/federated_learning/nvflare/nvflare_example/nvflare_monai/bin/python3: No module named nvflare.private.fed.app.server.server_trainI 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.
All reactions