I have python 3.5 and I can't install pyHook. I tried every method possible. pip, open the cmd directly from the folder, downloaded almost all the pyHook versions. Still can't install it.I get this error :'
Could not find a version that satisfies the requirment pyHook.
I have windows 10, 64 bit,
Can someone help ? Thanks !
This is how I did it...
- Download the py hook module that matches your version of python from here. Make sure that if you have python 32 bit you download the 32 bit module (even if you have windows 64x) and vice versa.
- Open your command prompt and navigate to the folder where you downloaded the module
Type pip install
and then the name of the file.
Ex: pip install pyHook-1.5.1-cp27-none-win32.whl
Note : you need pip
If this does not work please say where and when you got stuck