前提・実現したいこと
pytorchのダウングレードをしたくて
「pip install torch===1.2.0 torchvision===0.4.0 」
と入力したのですが、以下のようなエラーが出ました。
発生している問題・エラーメッセージ
Could not find a version that satisfies the requirement torch===1.2.0 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 1.7.0, 1.7.1, 1.8.0, 1.8.1) No matching distribution found for torch===1.2.0 You are using pip version 18.1, however version 21.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
該当のソースコード
試したこと
pip install --upgrade pip
を入力したのですが、以下のようなエラーが出てきてしまいました。
ing cached https://files.pythonhosted.org/packages/fe/ef/60d7ba03b5c442309ef42e7d69959f73aacccd0d86008362a681c4698e83/pip-21.0.1-py3-none-any.whl Installing collected packages: pip Found existing installation: pip 18.1 Uninstalling pip-18.1: Could not install packages due to an EnvironmentError: [WinError 5] アクセスが拒否されました。: 'c:\program files\python36\lib\site-packages\pip-18.1.dist-info\entry_points.txt' Consider using the `--user` option or check the permissions. You are using pip version 18.1, however version 21.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
補足情報(FW/ツールのバージョンなど)
これ以外に特には触れていません。
回答1件
あなたの回答
tips
プレビュー