我试着安装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?