1

tensorflow 1.7.0 has requirement numpy>=1.13.3, but you'll have numpy 1.11.0 which is incompatible. tensorboard 1.7.0 has requirement html5lib==0.9999999, but you'll have html5lib 0.999 which is incompatible. tensorboard 1.7.0 has requirement numpy>=1.12.0, but you'll have numpy 1.11.0 which is incompatible.

このスクリーンショットを参照してください

適切なバージョンがインストールされているにもかかわらず、これらのメッセージが表示されるのはなぜですか??何度もアップグレードして再インストールしました。また、pipを再インストールし、pipの簡単なインストールも試みました。しかし、問題は解決しません。

OS のインストールに問題がある可能性はありますか? (Ubuntu 16.4)

これらは私が実行して得た結果です pip freeze

tensorboard==1.8.0 
tensorflow==1.8.0 
numpy==1.14.3 
html5lib==0.9999999 
httplib2==0.9.1
4

2 に答える 2