Xtra-Computing / thundergbm

ThunderGBM: Fast GBDTs and Random Forests on GPUs
Apache License 2.0
689 stars 84 forks source link

FileNotFoundError: Could not find module 'c:\users\donald seger\miniconda3\envs\tensorflow\lib\site-packages\thundergbm-0.3.16-py3.8.egg\thundergbm\thundergbm.dll' (or one of its dependencies). Try using the full path with constructor syntax. #66

Closed AlanSpencer2 closed 2 years ago

AlanSpencer2 commented 2 years ago

I get this error when trying to import the thundergbm library in Python.

import thundergbm error message

The "thundergbm.dll" file exists, but is there another .dll file that "thundergbm.dll" is dependent upon that is missing?

Picture below shows that "thundergbm.dll" exists. thundergbmdll

Picture below shows the building process in Visual Studio. (No errors)

building process picture

Picture below shows the installation after running the command "python setup.py install" in Windows command prompt.

python setup py install picture

Why does this error occur?