pip安装时报错:
ERROR: Cannot uninstall 'scipy'. 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 --upgrade scipy --ignore-installed six
ERROR: Could not install packages due to an EnvironmentError
解决办法(更新):sudo pip install --upgrade python-dateutil --ignore-installed six
网友评论