torchvision をインストールしようとしていますが、実行するたびにpip install torchvision
次のエラーが発生するため、wheel ファイルを使用しています。
ModuleNotFoundError: No module named 'tools.nnwrap'
次のファイルをダウンロードしました。
torchvision-0.3.0-cp37-cp37m-win_amd64.whl
このファイルをインストールしようとしたときに、次のエラーが発生しました。
ERROR: torchvision-0.3.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
stackoverflow に関する回答の 1 つは、ファイルの名前を win32.whl に変更することを指摘していたので、私もそれを行いました。
torchvision-0.3.0-cp37-cp37m-win32.whl
このファイルに対してインストールを実行すると、次のエラーが発生します。
ERROR: Could not find a version that satisfies the requirement torch>=1.1.0 (from torchvision==0.3.0) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch>=1.1.0 (from torchvision==0.3.0)