mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #251] XGBoost Library Not Found #224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ravirajpatil871 on GitHub (Mar 15, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/251
Error:
xgboost.libpath.XGBoostLibraryNotFound: Cannot find XGBoost Library in the candidate path, did you install compilers and run build.sh in root path?
List of candidates:
C:\Users\patil\AppData\Local\Temp_MEI103562\xgboost\xgboost.dll
C:\Users\patil\AppData\Local\Temp_MEI103562\xgboost../../lib/xgboost.dll
C:\Users\patil\AppData\Local\Temp_MEI103562\xgboost./lib/xgboost.dll
C:\Users\patil\AppData\Local\Temp_MEI103562\xgboost\xgboost.dll
C:\Users\patil\AppData\Local\Temp_MEI103562\xgboost../../windows/x64/Release/xgboost.dll
C:\Users\patil\AppData\Local\Temp_MEI103562\xgboost./windows/x64/Release/xgboost.dll
converted the python script to EXE but got the above error while running the EXE.
Code is working fine before converting to exe but got this error after conversion only.
@brentvollebregt commented on GitHub (Mar 17, 2022):
Did you do any searching before creating this issue? I searched for "xgboost pyinstaller" and found this SO answer that may be helpful. It doesn't look like this is an auto-py-to-exe.
Next time you create an issue, could you please be a bit more clear about what you tried, what you expected and what happened. A minimal reproducible example is usually very helpful.
@github-actions[bot] commented on GitHub (May 17, 2022):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@github-actions[bot] commented on GitHub (May 22, 2022):
Closing issue due to no activity in more than 60 days.