Hi! I downloaded the file mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp312-cp312-linux_x86_64.whl and used pip install to installed mamba_ssm. However, when I used mamba, I met the following error:
File "/root/miniconda3/lib/python3.12/site-packages/mamba_ssm/ops/selective_scan_interface.py", line 18, in <module> import selective_scan_cuda ImportError: /root/miniconda3/lib/python3.12/site-packages/selective_scan_cuda.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZN3c1021throwNullDataPtrErrorEv
How should I solve the problem? Should I reinstall cuda driver?
Hi! I downloaded the file
mamba_ssm-2.2.4+cu12torch2.5cxx11abiFALSE-cp312-cp312-linux_x86_64.whland usedpip installto installed mamba_ssm. However, when I used mamba, I met the following error:File "/root/miniconda3/lib/python3.12/site-packages/mamba_ssm/ops/selective_scan_interface.py", line 18, in <module> import selective_scan_cuda ImportError: /root/miniconda3/lib/python3.12/site-packages/selective_scan_cuda.cpython-312-x86_64-linux-gnu.so: undefined symbol: _ZN3c1021throwNullDataPtrErrorEvHow should I solve the problem? Should I reinstall cuda driver?