无法安装pyHook软件包

无法安装pyHook软件包

本文介绍了无法安装pyHook软件包“找不到满足pyHook要求的版本".的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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要求的版本".的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 15:52