Can't install pyHook package “Could not find a version that satisfies the requirement pyHook”

后端 未结 1 712
粉色の甜心
粉色の甜心 2021-01-21 10:39

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

相关标签:
1条回答
  • 2021-01-21 11:16

    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.

    0 讨论(0)
提交回复
热议问题