lzymm1 发表于 2020-2-17 19:59:23

【Python新手求助】Python3.8 pip install PyUserInput

如题,当我在cmd输入pip install PyUserInput的时候,显示:
ERROR: Could not find a version that satisfies the requirement pyHook (from PyUserInput) (from versions: none)
ERROR: No matching distribution found for pyHook (from PyUserInput)
是不支持3.8吗?有没有什么解决方法?

zltzlt 发表于 2020-2-17 20:00:37

没有解决方法,PyUserInput 第三方库依赖 pyHook,而 pyHook 不支持 Python 3.8

lzymm1 发表于 2020-2-17 20:00:54

C:\Users\Administrator>pip install PyUserInput
Collecting PyUserInput
Using cached PyUserInput-0.1.11.tar.gz (28 kB)
ERROR: Could not find a version that satisfies the requirement pyHook (from PyUserInput) (from versions: none)
ERROR: No matching distribution found for pyHook (from PyUserInput)

C:\Users\Administrator>

lzymm1 发表于 2020-2-17 20:01:43

zltzlt 发表于 2020-2-17 20:00
没有解决方法,PyUserInput 第三方库依赖 pyHook,而 pyHook 不支持 Python 3.8

那应该如何模拟鼠标键盘点击?

zltzlt 发表于 2020-2-17 20:02:03

lzymm1 发表于 2020-2-17 20:01
那应该如何模拟鼠标键盘点击?

https://fishc.com.cn/thread-153273-1-1.html

lzymm1 发表于 2020-2-17 20:03:47

zltzlt 发表于 2020-2-17 20:02
https://fishc.com.cn/thread-153273-1-1.html

谢谢,要安装什么插件吗?

zltzlt 发表于 2020-2-17 20:04:31

lzymm1 发表于 2020-2-17 20:03
谢谢,要安装什么插件吗?

pynput

pip insl pynput
页: [1]
查看完整版本: 【Python新手求助】Python3.8 pip install PyUserInput