Python 2.7 error when installing package using wheel files

72 views Asked by At

I am trying to install pyHook with a wheel file (.whl) but for some reason it keeps giving me this error:

 pyHook-1.5.1-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.

I got the wheel file from this website:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

The command I use is:

pip install pyHook-1.5.1-cp27-cp27m-win_amd64.whl

I have no idea what to do, I cant find any suggestions.

  • Python version 2.7.6
  • Pip version 20.2.3
  • Windows x64
0

There are 0 answers