【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吗?有没有什么解决方法? 没有解决方法,PyUserInput 第三方库依赖 pyHook,而 pyHook 不支持 Python 3.8 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> zltzlt 发表于 2020-2-17 20:00
没有解决方法,PyUserInput 第三方库依赖 pyHook,而 pyHook 不支持 Python 3.8
那应该如何模拟鼠标键盘点击? lzymm1 发表于 2020-2-17 20:01
那应该如何模拟鼠标键盘点击?
https://fishc.com.cn/thread-153273-1-1.html zltzlt 发表于 2020-2-17 20:02
https://fishc.com.cn/thread-153273-1-1.html
谢谢,要安装什么插件吗? lzymm1 发表于 2020-2-17 20:03
谢谢,要安装什么插件吗?
pynput
pip insl pynput
页:
[1]