天使漫步IT工作室

Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

在mac上环境乱了以后,出现描述:

Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

也就是pip 命令也没办法操作,自然也无法通过pip install 或者pip uninstall 来解决问题。

在神站上有人回复:

https://stackoverflow.com/questions/45188413/python-pip-install-is-failing-with-attributeerror-module-object-has-no-att

使用命令:

sudo python -m easy_install --upgrade pyOpenSSL

修复(fix)。

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »