Greetings. Actually the problem is not even in the python3.5 installation itself, it was managed to be trivially assembled from source, but the fact that the pip module is missing after the installation, and through python3.5 get-pip.py, there is no reason to say that:

zipimport.ZipImportError: can't decompress data; zlib not available

My question is why pip is missing and how to put it. Thank!

    2 answers 2

    When building a Makefile is solved as follows:

    ./configure --with-ensurepip=install

       # install pip curl https://bootstrap.pypa.io/get-pip.py | python 

      Taken from here . Why pip no - I do not know. On good python it is necessary to install through yum.

      And installation via yum

       rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm yum -y update yum -y install python-pip