用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
即可安装成功


当使用CMD尝试安装TensorFlow遇到'wrapt'卸载错误时,可通过先安装'wrapt'并忽略已安装文件的方式解决,确保TensorFlow安装流程顺利进行。
4万+

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



