question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

simple-term-menu not work on Windows

See original GitHub issue

System

Parameter Info
OS Win7 SP1 x86
Python Python 3.8.3
Pip Pip 20.1.1

Steps to reproduce

  1. pip install simple-term-menu
  2. 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:open
  • Created 3 years ago
  • Reactions:1
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
buanzocommented, Feb 15, 2021

Just to mention it works fine on wsl as @jDan735 indicated. Check this out (WSL2 Ubuntu LTS 18.04.5)

image

2reactions
IngoMeyer441commented, Jun 15, 2020

The next release will at least throw a more descriptive exception for non-supported platforms.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found