从Anaconda环境卸载TensorFlow

时间:2018-01-11 13:22:02

标签: tensorflow anaconda conda

有谁知道如何从Anaconda环境中卸载TensorFlow?我想将TensorFlow升级到ver.1.4的最新版本,但效果不佳。所以我想卸载它,然后安装最新版本。

4 个答案:

答案 0 :(得分:11)

您可以使用conda remove命令删除包。因此,对于TensorFlow,这将是conda remove tensorflow

答案 1 :(得分:7)

如果您已使用pip安装,请使用:

pip uninstall tensorflow 

答案 2 :(得分:0)

在使用conda remove tensorflowpip uninstall tensorflow后,以下内容帮助我彻底删除了Tensorflow

python3 -m pip uninstall protobuf 
python3 -m pip uninstall tensorflow   
python3 -m pip uninstall tensorflow-gpu

答案 3 :(得分:0)

如何从Anaconda环境中删除软件包

步骤1:打开anaconda导航器,然后选择要从中卸载软件包的环境

第2步:在矩形框上单击鼠标左键,然后选择要删除的标记,最后单击“应用”按钮

open anaconda navigator and select environment from which package you want to uninstall

left click on the rectangular box and select mark for removal and finally click apply button