You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 requirementslists should specify recent versions of fsspec that work.
The text was updated successfully, but these errors were encountered:
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:
I think fsspec.parquet has only been available since late 2021. The requirements lists should specify recent versions of fsspec that work.
The text was updated successfully, but these errors were encountered: