Filename.whl does not support the wheel on this platform

I saw the same question, but that did not work for me.

pip install PyOpenGL.3.1.1-cp34-cp34m-win_amd64.whl

also i have the same problem for numpy

pip install numpy-1.11.1+mkl-cp34-cp34m-win_amd64.whl

Then I get:

numpy-1.11.1 + mkl-cp34-cp34m-win_amd64.whl is not supported wheel on this platform. Saving debug logs when C: //Users/myUsername/pip/pip.log fails

I am using 64 bit and Python 3.4.0

What's wrong?

+4
source share
5 answers

Try updating the block first before renaming pip install --upgrade pip

+2
source

, , whl, numpy-1.11.1+mkl-cp34-none-win_amd64.whl. pip , .

. : fooobar.com/questions/104987/...

+3

,

Python , 64 , python 64 .

, , pip .

, "cp35m"

, python

import pip

pip.pep425tags.get_supported()

, pip. - , .

. python 3.5.1 python 3.5.2, .

+2

:

  • , - 64, 32 python. , IDLE.
  • python 2 3, pip python . , , , python .
  • , , pip2 pip3 , . python 3 , > > , "C:\Python27\Scripts \" PATH. .
+1

Source: https://habr.com/ru/post/1650771/


All Articles