tensorflowの2系ではなく、1系を使いたく、仮想環境で環境を構築しているのですが、tensorflowの1系を以下のようにインストールしようとすると、エラーが出てインストールできないのですが、どのようにしたらよいでしょうか?
bash
1(yolov3) C:\Users\User>python3 -m pip install tensorflow==1.15 2ERROR: 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) 3ERROR: No matching distribution found for tensorflow==1.15
・OSは WIndowsです。
Anacondaで仮想環境を作って動かしてます
・pythonのバージョンは3.8
・追記でpip のバージョンは 20.1です
回答1件
あなたの回答
tips
プレビュー