我尝试在 anaconda 提示符和命令提示符下使用“pip install tensorflow"安装 tensorflow.它显示以下输出 [英] i tried installing tensorflow using 'pip install tensorflow ' in anaconda prompt and command prompt. its showing following output

查看:33
本文介绍了我尝试在 anaconda 提示符和命令提示符下使用“pip install tensorflow"安装 tensorflow.它显示以下输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

找到现有安装:wrapt 1.10.11无法卸载wrapt".这是一个distutils安装的项目,因此我们无法准确确定哪些文件属于它,这只会导致部分卸载.

解决方案

(1) 首先尝试使用以下命令手动安装 wrapt

pip install wrapt --upgrade --ignore-installed

<块引用>

确保在安装 'wrapt' 时使用--ignore-installed"标志,如上述命令

(2) 然后用pip安装tensorflow

例如:

pip install tensorflow==1.14

这应该有效

Found existing installation: wrapt 1.10.11 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.

解决方案

(1) First try to install wrapt manually using following command

pip install wrapt --upgrade --ignore-installed

make sure that you use "--ignore-installed" flag when install 'wrapt' as above mentioned command

(2) Then install tensorflow with pip

eg:

pip install tensorflow==1.14

this should work

这篇关于我尝试在 anaconda 提示符和命令提示符下使用“pip install tensorflow"安装 tensorflow.它显示以下输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆