Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

ModuleNotFoundError: No module named '_curses' #16

Open
dviljoen opened this issue Jul 23, 2020 · 1 comment
Open

ModuleNotFoundError: No module named '_curses' #16

dviljoen opened this issue Jul 23, 2020 · 1 comment

Comments

@dviljoen
Copy link

dviljoen commented Jul 23, 2020

$ memory_analyzer run 7758 -e /usr/local/bin/python3
Traceback (most recent call last):
File "/usr/local/bin/memory_analyzer", line 5, in
from memory_analyzer.memory_analyzer import cli
File "/usr/local/lib/python3.8/site-packages/memory_analyzer/memory_analyzer.py", line 19, in
from . import analysis_utils
File "/usr/local/lib/python3.8/site-packages/memory_analyzer/analysis_utils.py", line 23, in
from .frontend import frontend_utils
File "/usr/local/lib/python3.8/site-packages/memory_analyzer/frontend/frontend_utils.py", line 7, in
import curses
File "/usr/local/lib/python3.8/curses/init.py", line 13, in
from _curses import *
ModuleNotFoundError: No module named '_curses'

Version: memory_analyzer-0.1.2-py3-none-any.whl

@thatch
Copy link
Contributor

thatch commented Jul 24, 2020

Your python 3.8 install doesn't have a working "curses" library. Did you compile it yourself? You may have been missing a curses-devel type package.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants