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
Basically add libcusparse<12 libcusolver<=11.4.1.48 to the solve.
Minimum reproducible example
Follow the instructions here:
https://github.com/nv-morpheus/Morpheus/tree/branch-23.03/examples/gnn_fraud_detection_pipeline#readme
Relevant log output
Traceback (most recent call last):
File "/opt/miniconda3/envs/morpheus/lib/python3.8/site-packages/cupy/__init__.py", line 16, in<module>
from cupy import _core # NOQA
File "/opt/miniconda3/envs/morpheus/lib/python3.8/site-packages/cupy/_core/__init__.py", line 1, in<module>
from cupy._core import core # NOQA
File "cupy/_core/core.pyx", line 1, in init cupy._core.core
File "/opt/miniconda3/envs/morpheus/lib/python3.8/site-packages/cupy/cuda/__init__.py", line 8, in<module>
from cupy.cuda import compiler # NOQA
File "/opt/miniconda3/envs/morpheus/lib/python3.8/site-packages/cupy/cuda/compiler.py", line 11, in<module>
from cupy.cuda import device
File "cupy/cuda/device.pyx", line 9, in init cupy.cuda.device
ImportError: libnvJitLink.so.12: cannot open shared object file: No such file or directory
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "run.py", line 23, in<module>
from morpheus.pipeline.linear_pipeline import LinearPipeline
File "/home/pmackinnon/github/morpheus/morpheus/pipeline/__init__.py", line 27, in<module>
from morpheus.pipeline.multi_message_stage import MultiMessageStage
File "/home/pmackinnon/github/morpheus/morpheus/pipeline/multi_message_stage.py", line 22, in<module>
from morpheus.messages import MultiMessage
File "/home/pmackinnon/github/morpheus/morpheus/messages/__init__.py", line 21, in<module>
from morpheus.messages.memory.tensor_memory import TensorMemory
File "/home/pmackinnon/github/morpheus/morpheus/messages/memory/tensor_memory.py", line 19, in<module>
import cupy as cp
File "/opt/miniconda3/envs/morpheus/lib/python3.8/site-packages/cupy/__init__.py", line 37, in<module>
raise ImportError(_msg) from e
ImportError: CuPy is not correctly installed.
If you are using wheel distribution (cupy-cudaXX), make sure that the version of CuPy you installed matches with the version of CUDA on your host.
Also, confirm that only one CuPy package is installed:
$ pip freeze
If you are building CuPy from source, please check your environment, uninstall CuPy and reinstall it with:
$ pip install cupy --no-cache-dir -vvvv
Check the Installation Guide for details:
https://docs.cupy.dev/en/latest/install.html
original error: libnvJitLink.so.12: cannot open shared object file: No such file or directory
Version
23.03
Which installation method(s) does this occur on?
Conda, Source
Describe the bug.
Relates to #758
RAPIDS has provided workaround guidance here on using cuML 22.10:
https://docs.rapids.ai/notices/rsn0026/
Basically add
libcusparse<12 libcusolver<=11.4.1.48
to the solve.Minimum reproducible example
Relevant log output
Full env printout
No response
Other/Misc.
cuml 22.08.00 cuda11_py38_g1e2f8a9aa_0 rapidsai
cupy 9.5.0 py38h7818112_1 conda-forge
libcuml 22.08.00 cuda11_g1e2f8a9aa_0 rapidsai
libcumlprims 22.08.00 cuda11_g1770e60_0 nvidia
Code of Conduct
The text was updated successfully, but these errors were encountered: