Platform not supported - Python 2.7

Trying to install x86_64 version of Python 2.7 pytorch as advertised:

pip install https://download.pytorch.org/whl/cu80/torch-0.1.10.post2-cp27-none-linux_x86_64.whl

Output of uname -a :

Linux 1a2eb1ca1481 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Output python --version:
Python 2.7.12

For Python 3, similar procedure works without problem.

Getting wheel not supported error - renaming wheel from none to cp27m does not work either (shouldn’t anyway).
What’s wrong?

ok, simple mistake - forgot that now pip will be pip3 by default. installing with pip2.7 works. You may want to update install instructions to use pip3 / pip2.7 explicitely!