-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
I have successfully used pyenv to install python 3.7 on this system, where it is running great. I tried to install python 3.4.7 and I got these errors
Installing Python-3.4.7...
Traceback (most recent call last):
File "", line 1, in
File "/home/safulop/.pyenv/versions/3.4.7/lib/python3.4/curses/init.py", line 13, in
from _curses import *
ImportError: No module named '_curses'
WARNING: The Python curses extension was not compiled. Missing the ncurses lib?
Traceback (most recent call last):
File "", line 1, in
File "/home/safulop/.pyenv/versions/3.4.7/lib/python3.4/ssl.py", line 97, in
import _ssl # if we can't import it, let the error propagate
ImportError: No module named '_ssl'
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
Clearly the ncurses devel package is actually installed so, I am at a loss to figure this out.