“SSL certificate verify failed” using pip to install packages

后端 未结 14 1848
野性不改
野性不改 2020-12-05 08:01

I am trying to install the Scrapy package (among others) for python using pip. I have tried doing the installation using python 3 and python 2, I have installed/upgraded the

相关标签:
14条回答
  • 2020-12-05 08:44
     pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org <app>
    
    0 讨论(0)
  • 2020-12-05 08:44

    In Windows 10 / search the drive you have installed the conda or it should be in C:\Users\name\AppData\Roaming\pipright with your mouse right click and select edit with notepad leave the [global] and replace what ever you have in there with blow code, Ctrl+s and rerun the code. it should work.

    trusted-host = pypi.python.org pypi.org files.pythonhosted.org
    
    0 讨论(0)
提交回复
热议问题