Traceback (most recent call last): File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\simple_term_menu.py", line 37, in import termios ModuleNotFoundError: No module named 'termios'
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "D:\ss.py", line 16, in from simple_term_menu import TerminalMenu File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\simple_term_menu.py", line 39, in raise NotImplementedError('"{}" is currently not supported.'.format(platform.system())) from e NotImplementedError: "Windows" is currently not supported.
Есть аналоги для Windows?
simple-term-menu почему то не работает
(
Traceback (most recent call last):
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\simple_term_menu.py", line 37, in
import termios
ModuleNotFoundError: No module named 'termios'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "D:\ss.py", line 16, in
from simple_term_menu import TerminalMenu
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\simple_term_menu.py", line 39, in
raise NotImplementedError('"{}" is currently not supported.'.format(platform.system())) from e
NotImplementedError: "Windows" is currently not supported.
)