Sometimes there’s a problem with missing libraries that are specific to Openssl, when you see an error message that specify that we can try to follow these instructions to fix it:
- Go into the path C:\Users\UserName\anaconda3\Library\bin\
- Once there copy the files libcrypto-1_1-x64.dll and libssl-1_1-x64.dll
- Paste them into this directory: C:\Users\UserName\anaconda3\DLLs
- Launch conda update --all on the Anaconda prompt
What we did with these steps is copy 2 missing libraries into the DLLs folder which is the libraries folder for Windows so that Anaconda is able to read them.