I tried to install Pyhook using .whl files from lfd.uci.edu/~gohlke/pythonlibs
I also tried to install it through pip install pyhook
and is show me this :
Could not find any downloads that satisfy the requirement pyhook
Cleaning up...
No distributions at all found for pyhook
Storing debug log for failure in C:\Users\MOHSENE\pip\pip.log
there is other method work with python 3.4 can i use it?
There are no downloadable files at PyPI so
pip install pyhook
doesn't work.Download a wheel from SF or w32 pythonlibs and install from that wheel with command
pip install pyHook‑1.5.1‑cp34‑cp34m‑win32.whl
.