一、直接安装
直接在Scripts文件下通过 pip install PyUserput安装,报错:Could not find a version that satisfies the requirement pyHook (from pyuserinput) (from versions: ) No matching distribution found for pyHook (from pyuserinput)
二、解决报错
安装PyUserInput之前需要安装PyHook
1.在https://www.lfd.uci.edu/~gohlke/pythonlibs/网址找到对应版本的PyHook
对应版本选择:
第一行代表Python27,win32位
第二行代表Python27,win64位,以此类推
2.下载对应版本的pyHook,并安装
(1)在该文件对应的文件夹下右击打开命令窗口,输入:pip install pyHook‑1.5.1‑cp35‑cp35m‑win_amd64.whl
3.安装成功后,再安装PyUserput:Scripts文件下通过 pip install PyUserput安装
安装成功后,如下显示: