How to Fix Entry Point Not Found while installing libraries in conda environment

Usman Ghani Mughal picture Usman Ghani Mughal · Jul 29, 2019 · Viewed 34.4k times · Source

I'm working on anaconda by making multiple environments in it. I have made any environment camelot so now I want to install in different libraries in this environment. So for example I install pandas in this environment(camelot), I'm writing:

conda install pandas 

or

conda install -c conda-forge camelot-py

Then it gives me error:

python.exe-Entry Point Not Found
   The procedure entry point OPENSSL_sk_new_reserve could not be 
   located in the dynamic link library.
   C:\Users\abc\Anaconda3\Library\bin\libssl11_-x64.dll

First I thought it may be error because of environment-variable, I Set environment-variable for pyhton but it could not resolve

Answer

M. Chavoshi picture M. Chavoshi · Aug 12, 2019

as it is suggested in here I could solve this problem by copying libssl-1_1-x64 dlls in Anaconda/DLLS to Anaconda/Library/bin (probably replacing it)