Hey how do you install pyHook with pip?
pip installs everything for me but pyHook, when trying to install pyHook it says:
Could not find a version that satisfies the requirement pyhook (from versions: )
No matching distribution found for pyhook

How can i fix this? i have got windows 10 and a 64 bit pc with python 3.6.3 and this pyHook: pyHook-1.5.1-cp36-cp36m-win_amd64

Thanks for helping

Pyhook is available on the list of python binaries for Windows.

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook

Download the appropriate file for your system/python version, cd into the directory where you saved it and then install the wheel file with: pip install wheel_file.whl

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.