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

Loosen fsspec==2022.2.0 and gcsfs==2022.2.0 #88

Open
rivershah opened this issue Sep 25, 2023 · 0 comments
Open

Loosen fsspec==2022.2.0 and gcsfs==2022.2.0 #88

rivershah opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@rivershah
Copy link

fsspec==2022.2.0 is causing issues with more updated versions of s3fs. Can this dependency please be loosened. Requesting that we do the same for gcsfs==2022.2.0

ERROR: Cannot install -r requirements.txt (line 10), -r requirements.txt (line 5) and transparentpath==1.1.38 because these package versions have conflicting dependencies.

The conflict is caused by:
    dask 2023.9.2 depends on fsspec>=2021.09.0
    s3fs 2023.9.2 depends on fsspec==2023.9.2
    transparentpath 1.1.38 depends on fsspec==2022.2.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
@rivershah rivershah added the bug Something isn't working label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant