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

missing curses/ readline #732

Open
Hardcore-fs opened this issue Jun 5, 2021 · 2 comments
Open

missing curses/ readline #732

Hardcore-fs opened this issue Jun 5, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Hardcore-fs
Copy link

this is on linux centos7,
it installed fine on osx not a problem.

Traceback (most recent call last):
File "/home/chia/myvenv/bin/plotman", line 5, in
from plotman.plotman import main
File "/home/chia/myvenv/lib/python3.9/site-packages/plotman/plotman.py", line 10, in
from plotman import analyzer, archive, configuration, interactive, manager, plot_util, reporting
File "/home/chia/myvenv/lib/python3.9/site-packages/plotman/interactive.py", line 1, in
import curses
File "/usr/local/lib/python3.9/curses/init.py", line 13, in
from _curses import *
ModuleNotFoundError: No module named '_curses'

@Hardcore-fs Hardcore-fs added the bug Something isn't working label Jun 5, 2021
@Hardcore-fs
Copy link
Author

never mind garbage install of python...
seems as if there are system libraries are not installed before python 3.9 is compiled
then there are all sorts of places python 3.9 gets broken silently...

@altendky
Copy link
Collaborator

altendky commented Jun 7, 2021

Yep. The pyenv wiki has a nice list of dependencies to install before compiling. Useful even if you aren't using pyenv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants