pymouse安裝后,又出現了ModuleNotFoundError: No module named 'windows'的錯誤
解決:
下載安裝pyhook:http://www.lfd.uci.edu/~gohlke/pythonlibs/
ctrl+f 查找

安裝
pip install D:\Desktop\Download\pyHook-1.5.1-cp37-cp37m-win_amd64.whl
安裝成功后,再安裝
pip install PyUserinput
運行文件就沒有ModuleNotFoundError: No module named 'windows'提示了。
參考:
https://blog.csdn.net/ligang_csdn/article/details/54667295
http://www.lfd.uci.edu/~gohlke/pythonlibs/
https://blog.csdn.net/weixin_38917807/article/details/81667041
