Can PyTorch be installed in MAC OX 10.11?

When I install pytorch in mac ox 10.11 using: pip install http://download.pytorch.org/whl/torch-0.2.0.post3-cp36-cp36m-macosx_10_7_x86_64.whl, I get: torch-0.2.0.post3-cp36-cp36m-macosx_10_7_x86_64.whl is not a supported wheel on this platform.

Does it mean that pytorch cannot be installed in ox 10.11?

Use this:

It will work :slight_smile:

Thanks. This code run into an err: PyPI not installed. Then I removed everything installed, and run the standard command provided on pytorch.org again. It works.