私はpipを使用してテンソルフローをインストールしようとしました:
Sudo pip install tensorflow
ただし、次のエラーが発生しています。
.........
Installing collected packages: enum34, grpcio, pbr, funcsigs, mock, tensorflow
Found existing installation: enum34 1.1.2
Cannot uninstall 'enum34'. 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.
私はenum34を削除しようとしました:
Sudo apt remove enum34
しかし、機能していないようです。
E: Unable to locate package enum34
これをどのように解決できるか考えていますか?
この投稿は、enum34のアンインストールに役立つようです: http://installion.co.uk/ubuntu/xenial/main/p/python-enum34/uninstall/index.html