Could not install packages due t
2020-01-15 本文已影响0人
_浅陌
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