Lesson 1: MNIST_Syft_Data_Owner notebook yields error for get_root_data_path() #294
-
Running the first cell in the /duet_mnist/MNIST_Syft_Data_Owner.ipynb yields the following error: OSError Traceback (most recent call last) ~/opt/anaconda3/envs/conda-env/lib/python3.8/site-packages/syft/util.py in get_root_data_path() ~/opt/anaconda3/envs/conda-env/lib/python3.8/os.py in makedirs(name, mode, exist_ok) OSError: [Errno 30] Read-only file system: '/data' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @cbs-rschreijen this issue was reported by some others as well. Have you installed syft from https://github.com/OpenMined/PySyft@dev#egg=syft link? If yes then uninstall and re-install syft. It should work. Here is the PR for the change OpenMined/PySyft#5312. If you are in OpenMined slack, you can find how others solved it here. |
Beta Was this translation helpful? Give feedback.
Hi @cbs-rschreijen this issue was reported by some others as well. Have you installed syft from https://github.com/OpenMined/PySyft@dev#egg=syft link? If yes then uninstall and re-install syft. It should work. Here is the PR for the change OpenMined/PySyft#5312.
If you are in OpenMined slack, you can find how others solved it here.