问题描述
im试图将pyHook
软件包安装在pycharm
中,但出现标题错误.我已经用pip install pyHook-1.5.1-cp37-cp37m-win_amd64.whl
在cmd中成功安装了它,但是当我在pycharm中安装它时,出现了aforementioned
错误:
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 :
推荐答案
我自己遇到了这个问题,经过大量搜索后发现,虽然pyhook具有适用于python 3的轮子,但它不兼容.查看pyhook的最新发布日期:2008年10月10日.Python 3发布于:2008年12月3日.
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.
我建议您研究一下键盘模块.据我所知,它支持python 3,并具有pyhook的所有功能.
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.
这篇关于无法安装pyHook软件包“找不到满足pyHook要求的版本".的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!