TannerGilbert / Tutorials

Code for some of my articles
https://gilberttanner.com/
MIT License
561 stars 631 forks source link

Could not load DLL 'lib_lightgbm' #35

Closed mjanot closed 4 years ago

mjanot commented 4 years ago

Hi, I am reading your tutorial for the first time. I loaded it into the Visual Studio project. Project compiles, but gets an error on startup:

{"Could not load DLL 'lib_lightgbm': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}

in private static void Evaluate(MLContext mlContext, IDataView trainingDataView, IEstimator trainingPipeline) method.

Can you help somehow?

Visual Studio 2019 Community, x64

TannerGilbert commented 4 years ago

I haven't experienced that error myself. Check out the following issues and let me know if they solved your problem

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days