Getting error when using pynput with pyinstaller

前端 未结 1 1517
孤独总比滥情好
孤独总比滥情好 2021-01-06 12:33

A friend of mine asked me to write him a program, and I used pynput to handle some of the inputs and other features. When I convert the program an executable with pyinstalle

相关标签:
1条回答
  • 2021-01-06 13:10

    Please fall back to 1.6.8 version of pynput. pip install pynput==1.6.8

    0 讨论(0)
提交回复
热议问题