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要求的版本&
基础教程推荐
- 在 Python 中将货币解析为数字 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- matplotlib 设置 yaxis 标签大小 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
