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
/usr/local/lib/python3.10/dist-packages/pyarrow/_parquet.pyx in init pyarrow._parquet()
AttributeError: module 'pyarrow.lib' has no attribute 'ListViewType'
How should I fix it?
The text was updated successfully, but these errors were encountered:
According to huggingface/datasets#6985
This error is raised due to datasets's dependency pyarrow(which is pre-installed on Colab) is not installed properly.
The quickest way to fix this is to run following snippet to force to reinstall pyarrow library and restart the session to make it available.
I'm trying to run following snippet:
It raised an error:
How should I fix it?
The text was updated successfully, but these errors were encountered: