bug宝典Python篇 Uninstalling setuptools-1.1.6:
安装某些插件的时候,会出现下面的问题,例如pip install cryptographypythonRunning setup.py install for simplegeneric ... doneFound existing installation: setuptools 1.1.6Uninstalling setuptools-1.1.6:Exception:T
·
安装某些插件的时候,会出现下面的问题,例如pip install cryptography
python
Running setup.py install for simplegeneric ... done
Found existing installation: setuptools 1.1.6
Uninstalling setuptools-1.1.6:
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/Library/P
我在网上搜了一下,Mac下在使用pip安装第三方包的时候Uninstalling setuptools-1.1.6:Exception,但是官网上从那里可以下载到get-pip.py
文件呢,我是没有看到,那么到底如何解决这个问题呢?get-pip.py下载地址
更多推荐
所有评论(0)