HELP: ERROR - line 17, from getch import pause
Opened this issue · 0 comments
tyty2410 commented
I am using Debian 12(bookworm) and I am getting this error What can I do to fix it?
Traceback (most recent call last):
File "/home/debia/KitHack/KitHack.py", line 17, in
from getch import pause
^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'pause' from 'getch' (/usr/local/lib/python3.11/dist-packages/getch.cpython-311-x86_64-linux-gnu.so)