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
Rebuilt the 24.03 image release (after #1600 was already discovered) and now encounter a new error emanating from the morpheus main CLI.
Minimum reproducible example
docker run -it --rm nvcr.io/nvidia/morpheus/morpheus:v24.03.00-runtime morpheus
Relevant log output
Click here to see error details
Traceback (most recent call last):
File "/opt/conda/envs/morpheus/bin/morpheus", line 7, in <module>
from morpheus.cli import run_cli
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/morpheus/__init__.py", line 21, in <module>
import pyarrow_hotfix
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/pyarrow_hotfix/__init__.py", line 110, in <module>
install()
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/pyarrow_hotfix/__init__.py", line 34, in install
import pyarrow as pa
File "/opt/conda/envs/morpheus/lib/python3.10/site-packages/pyarrow/__init__.py", line 65, in <module>
import pyarrow.lib as _lib
ImportError: /opt/conda/envs/morpheus/lib/python3.10/site-packages/pyarrow/../../.././liborc.so: undefined symbol: _ZN6snappy11RawCompressEPKcmPcPm
Full env printout
Click here to see environment details
[Paste the results of print_env.sh here, it will be hidden by default]
Other/Misc.
There appears to some issues with the snappy conda feedstock.
Version
24.03
Which installation method(s) does this occur on?
Docker
Describe the bug.
Rebuilt the 24.03 image release (after #1600 was already discovered) and now encounter a new error emanating from the morpheus main CLI.
Minimum reproducible example
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
There appears to some issues with the snappy conda feedstock.
conda-forge/snappy-feedstock#35
Also, it's not clear that morpheus still needs to apply the pyarrow_hotfix.
https://github.com/nv-morpheus/Morpheus/blob/branch-24.03/morpheus/__init__.py#L21
Code of Conduct
The text was updated successfully, but these errors were encountered: