Unable to install Python libraries

后端 未结 7 905
名媛妹妹
名媛妹妹 2020-11-27 22:53

I am not able to install any Python libraries. I am using pip 9.0.1 and python 2.7. I am getting the following error:

EN-NishantS:~         


        
7条回答
  •  醉话见心
    2020-11-27 23:14

    A coworker also on macOS v10.12 (Sierra) just solved this by running brew install python@2 and then overwriting the previous version. It seems like the the version off the Python website is not bundling the correct OpenSSL version.

    I think someone has also filed a bug for this to Python directly: OS X system OpenSSL deprecated - installer should build local libssl

提交回复
热议问题