-
Notifications
You must be signed in to change notification settings - Fork 101
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
pyLightGBM is looking for LIGHTGBM_EXEC environment Variable #46
Comments
Update: Earlier I had forgot to mention the .exe with ~LightGBM/lightgbm as it was recommended in the documents page, but even after fixing that now, additional errors seem to have appeared as well. Note that I am using Windows 10 exec_path='C:\Users\hp\LightGBM\lightgbm.exe' and Here is the full list of error information
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Hello,
I have been trying to run the code of pylightgbm but it raises the exception that
" pyLightGBM is looking for 'LIGHTGBM_EXEC' environment variable, cannot be found.
exec_path will be deprecated in favor of environment variable "
I have also tried specifying the path to the lightgbm package installed in the library as well as pointed the path towards the lightgbm or pylightgbm package files which were downloaded from their respective github sources, but none of the files seem to provide the 'LIGHTGBM_EXEC' file/folder.
That is why i think the exception is getting raised again and again, ?? Is there a workaround this Issue.
Also, please see that I have tried using the following link which i think could probably provide a work around, but the last two lines while using conda prompt are NOT clear. That is, pip install requirements points to which source, they are certainly not present in pep8 package that was downloaded. Why are we using setup.py at the end ?? What package does this try install considering pip was already used to install packages
https://github.com/ArdalanM/pyLightGBM/blob/master/.travis.yml
_- pip install -r requirements.txt
Any suggestion, feedback is welcome
The text was updated successfully, but these errors were encountered: