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要求的版本&


基础教程推荐
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 求两个直方图的卷积 2022-01-01
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- 包装空间模型 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01