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
i am trying to install thundersvm using pip in linux system with cuda 10.2, it gives me this error while trying to use. /lib/python3.7/site-packages/thundersvm/libthundersvm.so: cannot open shared object file: No such file or directory
however, i do have that file in that location, can you please help me with this? __init__.py libthundersvm.so __pycache__ thundersvm.py
thanks!
The text was updated successfully, but these errors were encountered:
Hi @ericlaycock, I have tried building ThunderSVM (on Linux) using CUDA 11.8 and it succeeded. The wheel currently provided was built upon CUDA 9.0. So I suggest you build the wheel on your own, if necessary. Thanks.
i am trying to install thundersvm using
pip
in linux system with cuda 10.2, it gives me this error while trying to use./lib/python3.7/site-packages/thundersvm/libthundersvm.so: cannot open shared object file: No such file or directory
however, i do have that file in that location, can you please help me with this?
__init__.py libthundersvm.so __pycache__ thundersvm.py
thanks!
The text was updated successfully, but these errors were encountered: