Skip to content

fsspec needs a version limit in  #3002

Description

@jasondet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    installationTroubles installing the package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions