LoginSignup
2
1

More than 5 years have passed since last update.

PyTorchがWindows対応したのでインストールしようとしたらnot a supported wheel on this platform.

Posted at

さきに結論

インストールしてたPythonが32bitだった

Pytorch

  • Windows
  • pip
  • 3.6
  • 8
Run_this_command
pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp36-cp36m-win_amd64.whl
pip3 install torchvision
やってみたらこけた
torch-0.4.0-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

4/22に環境再構築したてだった

Pythonを実行して32or64を確認

python_32_or_64
$python -c "import struct;print( 8 * struct.calcsize('P'))"
32
  • がっくりしてアンインストールのため「アプリと機能」をみたらしっかりPython 3.6.5 (32-bit)てあった

改めて再構築

おわり

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1