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

倖福魔咒の 提交于 2019-12-20 02:52:38

问题


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 pyHook-1.5.1-cp37-cp37m-win_amd64.whl ,but when I go to install it in pycharm I get the aforementioned error :

Collecting pyHook Could not find a version that satisfies the requirement pyHook (from versions: ) No matching distribution found for pyHook


回答1:


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.



来源:https://stackoverflow.com/questions/56895493/cant-install-pyhook-package-could-not-find-a-version-that-satisfies-the-requir

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!