ArdalanM/pyLightGBM

Error in installing Via Ipython terminal

mike-m123 opened this issue · 1 comments

Hello,

Whenever I have tried installing it using the ipython terminal or the anaconda command prompt , it throws the following error, saying the procedure entry point SSL_COMP_free_compression_methods could not be located.

The screen shot is attached. Would you possibly know how to fix this error ?? Apparently, i have been unable to search it using keywords on google , so apologies if it's not entirely related. Any help is appreciated

error

ok I have figured it out !! There seemed to be a problem with the installation of anaconda and i was not able to use the anaconda command prompt because some of the environment variables were missing so it kept displaying these weird messages.

Also, please note that it was not only the C:\Anaconda3, and C:\Anaconda3\Scripts environment paths that needed to be specified but C:\Anaconda3\Library\bin, and C:\Anaconda3\Library\usr\bin too. If mingw-w64 is installed then the environment variable for C:\Anaconda3\Library\mingw-w64\bin will need to be included.

Reinstalling by adding the environment path variables from installation would solve this problem