im trying to install the pyHook
package in pycharm
but get the error in the title. I have successfully installed it in cmd with pip install pyHoo
I ran into this problem myself, and after alot of searching, found that although pyhook has wheels for python 3, it's incompatible. Look at the last release date for pyhook: October 10th 2008. Python 3 was released in: December 3rd 2008.
I would suggest that you look into the keyboard module. It supports python 3, and has all of the functions of pyhook as far as I know.