Xtra-Computing / thundergbm

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

Build from source causes error! #57

Closed DonSeger closed 2 years ago

DonSeger commented 2 years ago

I wanted to build thundergbm from source and followed all 4 steps as instructed in your documentation. Then I tried to run the command "python setup.py install" inside my virtual environment in Python, but got the following error message.

Traceback (most recent call last): File "setup.py", line 18, in copyfile(lib_path, path.join(dirname, "thundergbm", path.basename(lib_path))) File "C:\Users\Donald Seger\miniconda3\envs\tensorflow\lib\shutil.py", line 264, in copyfile with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\MyComp\Desktop\thundergbm\build\bin\Debug\thundergbm.dll'

What is causing this error? After following all 4 steps to build from source, what else needs to be done? I want to install thundergbm inside an environment in Python (version 3.8.12), on a Windows 10 machine.