相关疑难解决方法(0)

pip无法卸载<package>:"这是一个distutils安装的项目"

我试着安装Twilio模块:

sudo -H pip install twilio
Run Code Online (Sandbox Code Playgroud)

我收到了这个错误:

Installing collected packages: pyOpenSSL
  Found existing installation: pyOpenSSL 0.13.1
Cannot uninstall 'pyOpenSSL'. It is a distutils installed project and             
thus we cannot accurately determine which files belong to it which 
would lead to only a partial uninstall.
Run Code Online (Sandbox Code Playgroud)

有谁知道如何卸载pyOpenSSL?

python distutils pip

19
推荐指数
4
解决办法
2万
查看次数

标签 统计

distutils ×1

pip ×1

python ×1