Open hwpang opened 4 months ago
Thanks a lot for raising this issue. We were aware that the way of handling paths had changed in 3.12, but I didn't know that it could affect Python versions before that. We will look into it.
Hey @hwpang
I`m currently also facing an issue with this tutorial
Would appreciate any help if you`re managed to finish that tutorial
P.s. I'm also active on Substra slack channel, you're very welcomed to come say hi and share your current progress I`d be happy to have a contact with anyone I can discuss the potential problems solutions
You can find the Slack channel invite in the Substra community URL: https://docs.substra.org/en/stable/additional/community.html
And if you would like to check on my issue, please take a look at the Run-experiment-console-error-help-request
branch
URL: https://github.com/KindEmily/Using-Torch-FedAvg-on-MNIST-dataset/tree/Run-experiment-console-error-help-request
@SdgJlbl Kindly asking if you managed to check on this ? 🥺
@hwpang I was able to finish the tutorial by using flat structure instead of modules (putting all the code in a single file e.g. main.py
)
What are you trying to do?
I am a new user to SubstraFL and am currently going through the example at https://docs.substra.org/en/stable/examples/substrafl/get_started/run_mnist_torch.html.
Issue Description (what is happening?)
The notebook failed at the following cell with an OSError.
Expected Behavior (what should happen?)
Expected to not have the error when running the tutorial.
Reproducible Example
No response
Operating system
Ubuntu 20.04
Python version
3.11.9
Installed Substra versions
Installed versions of dependencies
Logs / Stacktrace