Windows+Pip環境でPyTorchのインストールがうまく行かない

解決

ここにwhlファイルが転がっているので、対応するcpのものを選ぶ。

pip install https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp38-cp38-win_amd64.whl

cpを確認するときはこう。

>>> from pip._internal.utils.compatibility_tags import get_supported
>>> get_supported()