I'm trying to install Pyhook
on Python 3.8.1
via pip install Pyhook
but I keep receiving this error message:
ERROR: Could not find a version that satisfies the requirement pyhook (from versions: none)
ERROR: No matching distribution found for pyhook.
I also tried to download it from source and then to install it manually.
pip install C:\Users\Andrea\Downloads\pyHook-1.5.1-cp37-cp37m-win_amd64.whl
ERROR: pyHook-1.5.1-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
Maybe it's not compatible with Python3.8
since the last versione is cp37
.
Could I install it in any way? Or I just need to use Python 3.7
?