orc icon indicating copy to clipboard operation
orc copied to clipboard

[Python] Snappy 1.2.0 breaking release - `ImportError: .../../../.././liborc.so: undefined symbol: _ZN6snappy11RawCompressEPKcmPcPm`

Open nominee1997 opened this issue 1 year ago • 1 comments

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?

nominee1997 avatar Apr 08 '24 11:04 nominee1997

Thank you for sharing, @nominee1997 .

dongjoon-hyun avatar Apr 08 '24 16:04 dongjoon-hyun