Anaconda環境からTensorFlowをアンインストールする方法を知っている人はいますか? TensorFlowを最新バージョンのver.1.4にアップグレードしたいのですが、うまくいきません。だから私はそれをアンインストールしてから最新バージョンをインストールしたい。
Pipを使用してインストールした場合は、次を使用します。
pip uninstall tensorflow
以下は、conda remove tensorflow
とpip uninstall tensorflow
を使用した後、Tensorflowを完全に削除するのに役立ちました
python3 -m pip uninstall protobuf
python3 -m pip uninstall tensorflow
python3 -m pip uninstall tensorflow-gpu