Conda update failed: SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

前端 未结 8 1732
借酒劲吻你
借酒劲吻你 2020-11-30 20:03

I found out that there was a problem when I tried doing

conda update 

Terminal output

conda update b

8条回答
  •  Happy的楠姐
    2020-11-30 20:46

    That SSL error is misleading. I am using Anaconda 3, conda version 4.6.11, have the most current version of openssl on a Windows 10 instance. I got the issue resolved by changing the security settings on the Anaconda3 folder to Full Control. Don't think this helped, but I also have modified the ..\Anaconda3\Lib\site-packages\certifi\cacert.pem file to include the company's SSL cert.

    Hope this info helps you.

提交回复
热议问题