Closed dv-rastogi closed 2 years ago
Hello, It could be related to this issue https://github.com/fsspec/filesystem_spec/issues/844 A PR fixing it has been merged recently. Can you try with the code installed from the master branch to see if that fixed the error please? Thank you.
Hi @MarineChap. Thanks for the fix. It works! Will there also be a pypi release with the latest PR?
Super, good to know. @martindurant is the one who fix it.
About the release, @martindurant now that it is part of the fsspec project, do you need to be involved in the release process? Or can I just push a release on pypi manually as I did before ? I don't really have the time yet to setup a pipeline for it.
About the release, @martindurant now that it is part of the fsspec project, do you need to be involved in the release process?
Not at al, do as you would have done. Please ensure that you update any links in setup.py , README, etc., if they weren't already.
Ok, then @watch24hrs-iiitd I will push a release with the fix before the end of the week.
That's great :). Thanks for an active response!
I have released on pypi a version 1.3.1. If everything is okay for you, I will close this issue.
Thank you for your feedback. Have a good day
The latest release incorporates the fixes. Thank you! :)
Hi! I am trying out the following code snippet (from
Example.ipynb
):I am running into the following error:
Edit: It also fails with the same error if I directly create a dropbox file system:
Kindly also note that other operations work fine, such as
find
,ls
, etc. I am running into this issue withread
only. Any and all help would be appreciated! Thanks!