pmm
pmm copied to clipboard
ImportError: No module named _curses in Windows
I have no idea whether this can be used in windows.
After pip install pmm
and successfully installed it, when I run the pmm
command, it returns the following:
Traceback (most recent call last): File "e:\python\lib\runpy.py", line 162, in run_module_as_main "main", fname, loader, pkg_name) File "e:\python\lib\runpy.py", line 72, in run_code exec code in run_globals File "E:\Python\Scripts\pmm.exe_main.py", line 5, in
File "e:\python\lib\site-packages\pmm\cli.py", line 7, in .py", line 3, infrom pick import pick File "e:\python\lib\site-packages\pick_init import curses File "e:\python\lib\curses_init_.py", line 15, in from _curses import * ImportError: No module named _curses