Home > OS >  Consult, in redhat7.7 python3 after installation is complete, install the PIP
Consult, in redhat7.7 python3 after installation is complete, install the PIP

Time:09-16

Everybody is good, I have a problem with you,
I installed in the redhat7.7 python3.6.10, then install the following error occurs when PIP:
I am a little white, according to the online process for installation,
A, wget https://bootstrap.pypa.io/get-pip.py
B, python3 get - PIP. Py (note: must use python3, otherwise it may give cover other python version of the PIP)
At this point in the/usr/local/python3/bin directory path, the corresponding PIP already installed,
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Copyright statement: this article to CSDN blogger (GuYue ku) of the original article, follow the CC BY 4.0 - SA the copyright agreement, reproduced and this statement, please attach the original source link
The original link: https://blog.csdn.net/qq_28893679/article/details/80966397

But to quote the following error:

[root @ 192 msi] # python3 get - PIP. Py
Traceback (the most recent call last) :
The File "the get - PIP. Py," line 22711, in & lt; module>
The main ()
File the get - PIP. Py, line 198, the main in
The bootstrap (tmpdir=tmpdir)
File the get - PIP. Py, line 82, in the bootstrap
The from PIP. _internal. Cli. Main import main as pip_entry_point
Zipimport. ZipImportError: can 't decompress data; Zlib not available
[root @ 192 msi] #

CodePudding user response:

Zlib software is not installed? Check first, if not installed to install

CodePudding user response:

reference 1/f, pony man dadada response:
zlib software is not installed? Check first, if not installed to install

Thank you very much. I'll try, thank you.