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

ModuleNotFoundError: No module named '_curses' on Python 3.10.0 (Windows) #81

Open
potentialuser54 opened this issue Nov 19, 2021 · 0 comments

Comments

@potentialuser54
Copy link

Platform

Windows 10

PS <redacted>> py --version
Python 3.10.0
PS <redacted>> py -m pip install --user termdown

Symptom

PS <redacted>> termdown --version
Traceback (most recent call last):
  File "C:\Users\Microsoft\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\Microsoft\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86,
in _run_code
    exec(code, run_globals)
  File "C:\Users\Microsoft\AppData\Roaming\Python\Python310\Scripts\termdown.exe\__main__.p
y", line 4, in <module>
  File "C:\Users\Microsoft\AppData\Roaming\Python\Python310\site-packages\termdown.py", lin
e 7, in <module>
    import curses
  File "C:\Users\Microsoft\AppData\Local\Programs\Python\Python310\lib\curses\__init__.py",
 line 13, in <module>
    from _curses import *
ModuleNotFoundError: No module named '_curses'
@trehn trehn changed the title issue: not working on Python 3.10.0 ModuleNotFoundError: No module named '_curses' on Python 3.10.0 (Windows) Nov 23, 2021
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

1 participant