argopy
argopy copied to clipboard
No longer able to import argopy
I receive an error when importing argopy, which is new. Is it an issue with my local machine?
MCVE Code Sample
import argopy
Expected Output
Problem Description
AttributeError Traceback (most recent call last)
/opt/anaconda3/lib/python3.7/site-packages/argopy/init.py in
/opt/anaconda3/lib/python3.7/site-packages/argopy/fetchers.py in
/opt/anaconda3/lib/python3.7/site-packages/argopy/utilities.py in
/opt/anaconda3/lib/python3.7/site-packages/argopy/stores/init.py in
/opt/anaconda3/lib/python3.7/site-packages/argopy/stores/argo_index.py in
/opt/anaconda3/lib/python3.7/site-packages/argopy/stores/filesystems.py in
/opt/anaconda3/lib/python3.7/site-packages/fsspec/init.py in
/opt/anaconda3/lib/python3.7/site-packages/fsspec/spec.py in
/opt/anaconda3/lib/python3.7/site-packages/pyarrow/init.py in
/opt/anaconda3/lib/python3.7/site-packages/pyarrow/ipc.pxi in init pyarrow.lib()
AttributeError: type object 'pyarrow.lib.Message' has no attribute 'reduce_cython'
Versions
Output of `argopy.show_versions()`
hi @matdever this seems to be linked with a pyarrow version not compatible with argopy (and in fact with fsspec) could you check that your environment matches the minimal versions from: https://github.com/euroargodev/argopy/blob/master/ci/requirements/py3.7-all-min.yml
Hi @matdever , did you fixed your import issue ?
This issue was marked as staled automatically because it has not seen any activity in 90 days
closing because no news is good news