Skip to content
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

dependency conflicts #666

Open
mbirgi opened this issue Jan 17, 2025 · 1 comment
Open

dependency conflicts #666

mbirgi opened this issue Jan 17, 2025 · 1 comment

Comments

@mbirgi
Copy link

mbirgi commented Jan 17, 2025

When trying to work with the first notebook in the book in colab, Introduction to Jupyter, the first cell fails with error message:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gcsfs 2024.10.0 requires fsspec==2024.10.0, but you have fsspec 2024.9.0 which is incompatible.
@mbirgi
Copy link
Author

mbirgi commented Jan 17, 2025

gcsfs and datasets seem to need different versions of fsspec. when I upgrade fsspec to 2024.10.0, the error message becomes:

datasets 3.2.0 requires fsspec[http]<=2024.9.0,>=2023.1.0, but you have fsspec 2024.10.0 which is incompatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant