Mac系统提示“pip install ” is failing with AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’错误的解决办法 0 By 董德多 on 2019年8月21日 Mac 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 install pip python