simple-term-menu not work on Windows
See original GitHub issueSystem
Parameter | Info |
---|---|
OS | Win7 SP1 x86 |
Python | Python 3.8.3 |
Pip | Pip 20.1.1 |
Steps to reproduce
pip install simple-term-menu
- run this code:
from simple_term_menu import TerminalMenu
terminal_menu = TerminalMenu(["entry 1", "entry 2", "entry 3"])
terminal_menu.show()
Output
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "H:\github\simple-term-menu\simple_term_menu.py", line 7, in <module>
import termios
ModuleNotFoundError: No module named 'termios'
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:15 (7 by maintainers)
Top Results From Across the Web
simple-term-menu - PyPI
simple -term-menu creates simple menus for interactive command line programs. It can be used to offer a choice of different options to the...
Read more >simple-term-menu not work on Windows - Bountysource
simple -term-menu not work on Windows. ... A Python package which creates simple interactive menus on the command line. See More ...
Read more >Fix problems with the Start menu - Microsoft Support
Select the Processes tab. Scroll down to Windows Explorer, select it, then select Restart. The process may take a few seconds, and your...
Read more >[SOLVED] Windows 10 Start Menu Not Working: 13 Methods
Sometimes restarting the system can fix basic errors as it reloads all the settings in the memory at the time of boot up...
Read more >How to Fix the Windows 10 Start Menu Not Working Problem?
How to Fix the Windows 10 Start Menu Not Working Problem?.Command to reset all apps- Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just to mention it works fine on wsl as @jDan735 indicated. Check this out (WSL2 Ubuntu LTS 18.04.5)
The next release will at least throw a more descriptive exception for non-supported platforms.