I am trying to install numpy from a wheel file.
The wheel name is numpy-1.16.4-cp36-cp36m-manylinux1_x86_64.whl
However when I do:
pip install --user --no-index --find-links /my/folder /my/folder/numpy-1.16.4-cp36-cp36m-manylinux1_x86_64.whl
I got
Ignoring indexes: https://pypi.python.org/simple
numpy-1.16.4-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
Now I have seen answers like this one where it says to verify that the "cp36" matches my system
python
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
As you can see my python is 3.6.3 so the cp36 part seems to match
What else can I do to understand this problem and solve it?
EDIT: As per request
uname -a
Linux login01 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
EDIT2:
I noticed some strange error messages with other packages so I did
pip --version
pip 8.1.2 from /usr/lib/python2.7/site-packages (python 2.7)
Isn't is strange. The python --version
is 3.6.3
Also , there seems not to be a pip3