Error
from simple_term_menu import TerminalMenu
File "C:\Users\xx\AppData\Local\Programs\Python\Python313\Lib\site-packages\simple_term_menu.py", line 39, in <module>
raise NotImplementedError('"{}" is currently not supported.'.format(platform.system())) from e
NotImplementedError: "Windows" is currently not supported.
Expected behaviour
Windows users will be forced into the 1.0 functionality with a nice error message asking them to provide the instance name or id
There is some work going on to support windows in simple term menu [1] but it might be best to put a fix in here first and then remove it if they do start to support windows
[1] IngoMeyer441/simple-term-menu#5 (comment)
Error
Expected behaviour
Windows users will be forced into the 1.0 functionality with a nice error message asking them to provide the instance name or id
There is some work going on to support windows in simple term menu [1] but it might be best to put a fix in here first and then remove it if they do start to support windows
[1] IngoMeyer441/simple-term-menu#5 (comment)