“SSL certificate verify failed” using pip to install packages

后端 未结 14 1875
野性不改
野性不改 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:32

    As stated here https://bugs.python.org/issue28150 in previous versions of python Apple supplied the OpenSSL packages but does not anymore.

    Running the command pip install certifi and then pip install Scrapy fixed it for me

提交回复
热议问题