I'm trying to use the google.cloud bigquery module, however I keep running into the following error during importing from google.cloud import bigquery
:
ImportError:
dlopen(/Users/rickwilde/opt/anaconda3/envs/summer/lib/python3.8/site-packages/pyarrow/lib.cpython-38-darwin.so, 2):
Library not loaded:
@rpath/libarrow.900.dylib
Referenced from:
/Users/rickwilde/opt/anaconda3/envs/summer/lib/python3.8/site-packages/pyarrow/lib.cpython-38-darwin.so
Reason:
image not found
I've checked in pyawrrow, and there is a file called lib.cpython-38-darwin.so
any help would be greatly appreciated
cheers