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
After 1.2.0 release of snappy (conda package came out 7th of April - https://anaconda.org/conda-forge/snappy/files) we started seeing this kind of import error (when importing pyarrow):
After 1.2.0 release of snappy (conda package came out 7th of April - https://anaconda.org/conda-forge/snappy/files) we started seeing this kind of import error (when importing pyarrow):
ImportError: /opt/app-root/micromamba/envs/myenv/lib/python3.11/site-packages/pyarrow/../../.././liborc.so: undefined symbol: _ZN6snappy11RawCompressEPKcmPcPm
Pinning snappy to <1.2.0 fixed.
Not sure if this is quite the right repo to raise this issue?
The text was updated successfully, but these errors were encountered: