安装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 -U --ignore-installed wrapt enum34 simplejson netaddr 参考链接:https://www.cnblogs.com/conver/p/11141176.html