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

Windows Issue #17

Closed
igorpereirabr1 opened this issue Dec 14, 2022 · 3 comments
Closed

Windows Issue #17

igorpereirabr1 opened this issue Dec 14, 2022 · 3 comments

Comments

@igorpereirabr1
Copy link

Looks like the dependency of simple-term-menu package makes impossible to use this in Windows: IngoMeyer441/simple-term-menu#71

Traceback (most recent call last):
File "C:\Users\ju195\Anaconda3\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ju195\Anaconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\ju195\Anaconda3\Scripts\copilot.exe_main
.py", line 4, in
File "C:\Users\ju195\Anaconda3\lib\site-packages\copilot\copilot.py", line 8, in
from simple_term_menu import TerminalMenu
File "C:\Users\ju195\Anaconda3\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.

@github-actions
Copy link

Message that will be displayed on users' first issue

@JoelKronander
Copy link
Collaborator

Ah thanks for noting that.

Would you be up for making a pr that detects if the user runs windows and does a different import/type of menu selection? I don't have a windows machine so hard to test for me.

@JoelKronander
Copy link
Collaborator

Fixed by @EdwardTheLegend! ❤️
Let us know if something still don't work as expected on Windows.

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