-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just install form pip #47
Comments
I am getting the same error. Here is the cuda version on the machine.
|
Hi, can you show me what commands you used to install the ThunderGBM? It should be noticed that you should use the |
I was install on ubuntu16.04 and use pip install thundergbm,but when i use |
Hi @renjiechao88, thanks for your feedback. I have tried the same command for ThunderGBM installation on CentOS but it passed the test. I have read your error report and I recommend you to do the following things: |
use |
so thank you for your response @Kurt-Liuhf |
Hi @renjiechao88, can you try installing ThunderGBM by using this wheel file? I have rebuilt it by using CUDA 9.0. Thank you. |
Here is the sequence of commands I used. Please let me know if further information needed. Is it a cuda 11 issue? Thanks.
|
Hi @rivershah, thanks for your information. I think it is the cuda 11.0 (due to the lack of |
@Kurt-Liuhf Thanks for looking at this. Unfortunately I work in a fairly closed down cluster environment and it'll be difficult to get these dependencies onto each machine without a simple pip install process. Any chance that the |
Got this error trying to rebuild:
Couldn't trace all 2 errors back in the log but here is one:
CUDA version:
|
from thundergbm import TGBMClassifier
Traceback (most recent call last):
File "", line 1, in
File "/home/dell/anaconda3/lib/python3.7/site-packages/thundergbm/init.py", line 10, in
from .thundergbm import *
File "/home/dell/anaconda3/lib/python3.7/site-packages/thundergbm/thundergbm.py", line 32, in
thundergbm = CDLL(lib_path)
File "/home/dell/anaconda3/lib/python3.7/ctypes/init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: libcusparse.so.10.0: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: