-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issue between s3fs, fsspec, and datasets #6765
Comments
Hi! Instead of running |
Thanks so much! My inexperience with pip is showing 😆 🙈 |
you are awesome bro |
Hey, the suggestion by @mariosasko unfortunately only address this issue via pip. The original message was about poetry and I am still facing a dependency conflict with that. The following command complains first about Command: Error: Installing first |
Describe the bug
Here is the full error stack when installing:
When I install with pip, pip allows this error to exist while still installing s3fs, but this error breaks poetry, since poetry will refuse to install s3fs because of the dependency conflict.
Maybe I'm missing something so maybe it's not a bug but some mistake on my end? Any input would be helpful. Thanks!
Steps to reproduce the bug
Expected behavior
I would expect there to be no error.
Environment info
MacOS (ARM), Python3.10, conda 23.11.0.
The text was updated successfully, but these errors were encountered: