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

Datasets conflicts with fsspec 2024.9 #7190

Open
cw-igormorgado opened this issue Oct 2, 2024 · 1 comment
Open

Datasets conflicts with fsspec 2024.9 #7190

cw-igormorgado opened this issue Oct 2, 2024 · 1 comment

Comments

@cw-igormorgado
Copy link

Describe the bug

Installing both in latest versions are not possible

pip install "datasets==3.0.1" "fsspec==2024.9.0"

But using older version of datasets is ok

pip install "datasets==1.24.4" "fsspec==2024.9.0"

Steps to reproduce the bug

pip install "datasets==3.0.1" "fsspec==2024.9.0"

Expected behavior

install both versions.

Environment info

debian 11.
python 3.10.15

@geekodour
Copy link

geekodour commented Oct 10, 2024

Yes, I need to use the latest version of fsspec and datasets for my usecase.
fsspec/s3fs#888 (comment)
apache/arrow#34363 (comment)

last version where things install without conflict is: 2.14.4

So this issue starts from:
https:/huggingface/datasets/releases/tag/2.14.5

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

2 participants