I know that this is a question that has been asked a lot of times but I really have tried EVERYTHING that I found online and I cannot get it to work. My issue is that when I am trying to create a new conda environment install or update any package I get this error:
Things I have tried:
The most popular answer for this question (copying libcrypto_1_1x64.dll and libssl_1_1x64.dll from anaconda3\Library\bin to anaconda3\DLLs) which I found here (I also tried copying both .dll and .pdb files with no success).
The command conda config --set ssl_verify false which I also found in the answers for the above question.
Uninstalling and re-installing Anaconda navigator and Python multiple times.
Adding the following paths:
C:\Users\User\anaconda3\Scripts C:\Users\User\anaconda3 C:\Users\User\anaconda3\Library\bin
to user variables in environmental variables under System Properties.
- The following instructions from Anaconda Troubleshooting page -> check here
Nothing seems to be working in my case and I keep getting this error. Is it possible that it has something to do with the Windows version ? I recently did the update to 11 home from Windows 10.