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要求的版本&
基础教程推荐
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
