0

Hey ive tried coding a script in which i use pynput to detect keybinds being pressed. It works fine itself but sadly once i try to use pyinstaller to make it into an exe file the following error pops up once i try to run it. screenshot of the error

I have tried looking up the problem but have not found any working solutions. I have also read through pyinstaller's documentation but I didn't find anything.

2 Answers2

1

Does this help? Getting error when using pynput with pyinstaller

I've faced trouble with running PyInstaller on Python >3.8 too.

eccentricOrange
  • 556
  • 4
  • 12
1

#use this pip install pynput==1.6.8