The current version deployed to the Pip is 18.2.2.0 but the newest version released is 21.02.8. Could you please upload the newest version so it can be downloaded. I have been following this readme and could not install and use the fs-onedatafs client.
README -> https://github.com/onedata/fs-onedatafs/blob/develop/README.md
This is the error I am getting:
Traceback (most recent call last):
File "/home/debian/test_2.py", line 1, in <module>
from fs.onedatafs import OnedataFS
File "/home/debian/.local/lib/python3.11/site-packages/fs/onedatafs/__init__.py", line 12, in <module>
from ._onedatafs import OnedataFS, OnedataSubFS # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/debian/.local/lib/python3.11/site-packages/fs/onedatafs/_onedatafs.py", line 36, in <module>
import onedatafs # noqa
^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'onedatafs'
The current version deployed to the Pip is 18.2.2.0 but the newest version released is 21.02.8. Could you please upload the newest version so it can be downloaded. I have been following this readme and could not install and use the fs-onedatafs client.
README -> https://github.com/onedata/fs-onedatafs/blob/develop/README.md
This is the error I am getting: