AttributeError Traceback (most recent call last)
Cell In[67], line 2
1 import pandas as pd
—-> 2 import pyarrow.parquet as pq
3 import pyarrow.lib as _lib
4 import pyarrow as pa
File /opt/anaconda3/lib/python3.11/site-packages/pyarrow/parquet/init.py:20
1 # Licensed to the Apache Software Foundation (ASF) under one
2 # or more contributor license agreements. See the NOTICE file
3 # distributed with this work for additional information
(…)
17
18 # flake8: noqa
—> 20 from .core import *
File /opt/anaconda3/lib/python3.11/site-packages/pyarrow/parquet/core.py:33
30 import pyarrow as pa
32 try:
—> 33 import pyarrow._parquet as _parquet
34 except ImportError as exc:
35 raise ImportError(
36 “The pyarrow installation is not built with support ”
37 f”for the Parquet file format ({str(exc)})”
38 ) from None
File /opt/anaconda3/lib/python3.11/site-packages/pyarrow/_parquet.pyx:1, in init pyarrow._parquet()
AttributeError: module ‘pyarrow.lib’ has no attribute ‘ListViewType’
I have tried to install or unistall pyarrow and upgrade pyarrow