Xtra-Computing / thundergbm

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

wrong file provided for download #56

Open DarkoAlexander opened 2 years ago

DarkoAlexander commented 2 years ago

In the Quick Install instructions for Windows, you have provided this file "thundergbm-0.3.12-py2-none-win_amd64.whl"; in the link "Cuda 10.0 - Win64".

But, that file is not the same as the file in the given pip command: "pip install thundergbm-0.3.4-py3-none-win_amd64.whl".

This generates an error when trying to run the pip command to install thunderGBM.

Error Message: WARNING: Requirement 'thundergbm-0.3.4-py3-none-win_amd64.whl' looks like a filename, but the file does not exist Processing c:\users\My Computer\thundergbm-0.3.4-py3-none-win_amd64.whl ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\My Computer\thundergbm-0.3.4-py3-none-win_amd64.whl'

Can you provide the right file please?

zeyiwen commented 2 years ago

You can build the wheel by using instructions from this link.

We will provide more wheel files in the future. COVID-19 has a dramatic impact on this project...