質問編集履歴
1
情報の追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -5,4 +5,9 @@
|
|
|
5
5
|
(yolov3) C:\Users\User>python3 -m pip install tensorflow==1.15
|
|
6
6
|
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
|
|
7
7
|
ERROR: No matching distribution found for tensorflow==1.15
|
|
8
|
-
```
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
・OSは WIndowsです。
|
|
11
|
+
Anacondaで仮想環境を作って動かしてます
|
|
12
|
+
・pythonのバージョンは3.8
|
|
13
|
+
・追記でpip のバージョンは 20.1です
|