用cmd :pip install 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
即可安装成功