Skip to content

Building EOL Python versions in a convenient way #3399

@safulop

Description

@safulop

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions