Can#39;t install pyHook package quot;Could not find a version that satisfies the requirement pyHookquot;(无法安装pyHook包“找不到满足pyHook要求的版本)
问题描述
我试图在 pycharm
中安装 pyHook
包,但在标题中出现错误.我已经使用 pip install pyHook-1.5.1-cp37-cp37m-win_amd64.whl
在 cmd 中成功安装了它,但是当我在 pycharm 中安装它时,我得到了 afore提到的
错误:
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 找不到满足 pyHook 要求的版本(来自版本:)找不到 pyHook 的匹配分布
推荐答案
我自己也遇到过这个问题,找了好久,发现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要求的版本"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法安装pyHook包“找不到满足pyHook要求的版本&


基础教程推荐
- 用于分类数据的跳跃记号标签 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 筛选NumPy数组 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01