You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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...
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'
The text was updated successfully, but these errors were encountered: