Tensorflowをインストールしたいと思います。
まず
Anaconda3-5.2.0-Windows-x86_64.exe
にてアナコンダをインストールしました。
pythonは3.6.5です。
windows10 64bit環境です
Anaconda promptで
pip install --upgrade tensorflow
を実行しましたがエラーがでます。
distributed 1.21.8 requires msgpack, which is not installed.
tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 39.1.0 which is incompatible.
Installing collected packages: termcolor, wrapt, tensorflow-estimator, protobuf, gast, numpy, keras-applications, google-pasta, absl-py, grpcio, markdown, tensorboard, keras-preprocessing, astor, tensorflow
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.
You are using pip version 10.0.1, however version 19.2.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
先日はanacondaよりtensorflowをインストールできなかったのでpipを利用して実行しました。
ご教示いただければと思います。
回答3件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
また依頼した内容が修正された場合は、修正依頼を取り消すようにしましょう。
2019/08/03 08:23
2019/08/03 08:30