安装Tensorflow2.0报如下错误
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.
解决方法
首先,更新wrapt, enum34, simplejson, netaddr包
pip install -U --ignore-installed wrapt enum34 simplejson netaddr
然后,安装Tensorflow == 2.0.0
pip install Tensorflow == 2.0.0
问题解决

本文介绍了解决在安装TensorFlow2.0时遇到的卸载'wrapt'包错误的方法。首先,通过pip命令更新wrapt、enum34、simplejson和netaddr包,然后安装指定版本的TensorFlow。
4万+

被折叠的 条评论
为什么被折叠?



