Description
Discussed in #376
Originally posted by sorensenmarius September 28, 2021
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.