-
ERROR: Cannot uninstall ‘six’. 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.

-
在终端执行下面的代码
sudo pip install six --upgrade --ignore-installed six -
如果有报了下面这个错误
-
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: ‘/Library/Python/2.7/site-packages/wcwidth’
Consider using the--useroption or check the permissions…
-
加上–user就行了
pip install ipython --user -
就会安装成功了

浙公网安备 33010602011771号