ericaltendorf / plotman

Chia plotting manager
Apache License 2.0
911 stars 280 forks source link

missing curses/ readline #732

Open Hardcore-fs opened 3 years ago

Hardcore-fs commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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