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

fsspec needs a version limit in #3002

Closed
jasondet opened this issue Feb 5, 2024 · 1 comment · Fixed by #3006
Closed

fsspec needs a version limit in #3002

jasondet opened this issue Feb 5, 2024 · 1 comment · Fixed by #3006
Labels
installation Troubles installing the package

Comments

@jasondet
Copy link

jasondet commented Feb 5, 2024

Version of Awkward Array

2.6.0

Description and code to reproduce

I had a very old version of fsspec installed when I installed awkward. Upon import awkward I got:

File "/path/to/lib/python3.9/site-packages/awkward/operations/ak_from_parquet.py", line 5, in <module>
    import fsspec.parquet
ModuleNotFoundError: No module named 'fsspec.parquet'

I think fsspec.parquet has only been available since late 2021. The requirements lists should specify recent versions of fsspec that work.

@jasondet jasondet added the bug (unverified) The problem described would be a bug, but needs to be triaged label Feb 5, 2024
@jpivarski
Copy link
Member

We've been testing fsspec since November 2022 (0a80b2a), so I'll take that as the minimum version. It has fsspec.parquet (proof).

I'll get this into an Awkward version 2.6.1 right away.

@jpivarski jpivarski added installation Troubles installing the package and removed bug (unverified) The problem described would be a bug, but needs to be triaged labels Feb 5, 2024
@jpivarski jpivarski linked a pull request Feb 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation Troubles installing the package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants