Mac系统提示“pip install ” is failing with AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’错误的解决办法

mac系统运行pip提示错误:Python “pip install ” is failing with AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

意思是pip命令没办法执行操作,因此无法通过pip install或者pip uninstall来解决问题。

使用如下命令进行修复后即可正常使用pip:

  sudo python -m easy_install --upgrade pyOpenSSL

未经允许不得转载:吾爱主机之家 » Mac系统提示“pip install ” is failing with AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’错误的解决办法