thundergbm icon indicating copy to clipboard operation
thundergbm copied to clipboard

installing thundergbm for Python generates this error: FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\DonaldSeger\\Desktop\\thundergbm\\build\\bin\\Debug\\thundergbm.dll'

Open DonSeger opened this issue 4 years ago • 1 comments

I am trying to install thundergbm for Python on a Windows 10 (64 bit) machine, but ran into this problem. I have cloned the thundergbm repository and executed all the steps up to and including the cmake command. Then I switched to the python folder to run "python setup.py install", but got the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\DonaldSeger\Desktop\thundergbm\build\bin\Debug\thundergbm.dll'

What might be the cause of this problem? Is there a simple way to explain how to install thundergbm for Python or inside a python virtual environment?

DonSeger avatar Nov 11 '21 13:11 DonSeger

You can manually build the wheel file using the instructions here. After you have the wheel file, you can install ThunderGBM via pip install.

zeyiwen avatar Nov 16 '21 02:11 zeyiwen