質問するログイン新規登録

質問編集履歴

1

エラー内容を追記しました

2019/02/12 10:36

投稿

kompeito
kompeito

スコア13

title CHANGED
File without changes
body CHANGED
@@ -20,6 +20,10 @@
20
20
  pip install --upgrade tensorflow==1.8.0
21
21
  pip install tensorflow==1.8.0
22
22
 
23
- 1度tensorflowをアンインストール(pip uninstall)してみたりもしたのですが、くいきません
23
+ 1度tensorflowをアンインストール(pip uninstall)し、再度pip installを実行したのですが、以下のエラーが出
24
+ Could not find a version that satisfies the requirement tensorflow==1.8.0 (from versions: 1.13.0rc1)
25
+ No matching distribution found for tensorflow==1.8.0
26
+
27
+
24
28
  アドバイスいただけますと幸いです。
25
29
  どうぞよろしくお願いいたします。