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 envi
I was receiving the same following error while updating spyder and conda package.
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
solution:
libssl-1_1-x64 dlls from Anaconda/DLLs to
Anaconda/Library/bins as suggested here.conda update conda. conda successfully updated.conda update spyder command in
Anaconda Prompt. spyder updated and running successfully.