Reads:39331Replies:1
python-urllib3 on centos 7
When setting up a centos 7 image for a websever on elastic cloud if one tries to do:
sudo yum update sudo yum install httpd firewalld mod_ssl openssl epel-release certbot sudo yum install python-urllib3 One will get an error that ends in: Failed: python-urllib3.noarch 0:1.10.2-5.el7 Complete! To prevent this, first do: sudo pip uninstall urllib3 then do: sudo yum install python-urllib3 as indicated at: https://bugzilla.redhat.com/show_bug.cgi?id=1187057 |
|
1st Reply#
Posted time:Feb 27, 2021 18:36 PM
Hey
thank you for sharing. I will go through this thread and will find the solution for python. As Python is an interpreted, object-oriented programming language. Python is a high-level programming language. It is a dynamically typed language. It’s high-level built-in data structures, combined with dynamic typing and dynamic binding, make it very attractive and useful for Rapid Application Development. Python Classes in Solapur https://www.sevenmentor.com/python-course-in-sangli https://www.sevenmentor.com/python-course-in-solapur |
|