安装tensorflow出错

现象:

ERROR: Cannot uninstall 'wrapt'. 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.

解决方法:

pip install wrapt --ignore-installed

你可能感兴趣的:(安装tensorflow出错)