Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when i import TerminalMenu #71

Open
Jean-PierreBE opened this issue Nov 18, 2022 · 1 comment
Open

error when i import TerminalMenu #71

Jean-PierreBE opened this issue Nov 18, 2022 · 1 comment

Comments

@Jean-PierreBE
Copy link

hello
i want to import TerminalMenu from simple_term_menu like that

from simple_term_menu import TerminalMenu
i have the following error

File "C:\Users\stein\PycharmProjects\TournoisEchecs\venv\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 "C:\Users\stein\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\stein\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\stein\PycharmProjects\TournoisEchecs\ProjectTournoi_main
.py", line 8, in
import ProjectTournoi.Tournoi as tn
File "C:\Users\stein\PycharmProjects\TournoisEchecs\ProjectTournoi\Tournoi.py", line 3, in
from simple_term_menu import TerminalMenu
File "C:\Users\stein\PycharmProjects\TournoisEchecs\venv\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.

for information , i am working on windows 10

kind regards

@IngoMeyer441
Copy link
Owner

I am sorry, Windows is currently not supported. See #5 for the related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants