Resolve CENTOS7-PYTHON-PIP Installation Failure

Source: Internet
Author: User
Tags install django aliyun

Resolve CENTOS7-PYTHON-PIP Installation Failure


PIP Introduction

Pip is a tool for installing and managing Python packages, and the tools for Python installation packages are Easy_install, Setuptools, Pip,distribute. Using these tools, you can download and install Django. , while Pip is a substitute for easy_install. In CPython interpreter, PyPy interpreter, can work well.

1, directly install PIP, we found that there will be errors

[email protected] yum.repos.d]# yum install-y pip-python loaded plugin: fastestmirror, langpacksloading mirror speeds from cached Hostfile * base:mirrors.aliyun.com * epel:mirrors.aliyun.com * extras:mirrors.aliyun.com * updates:mirrors.aliyun.com No packages available Pip-python.

Error: No processing required


Workaround:

2, to install Epel-release First, this package contains EPEL source GPG key and software source information, the software package will automatically configure the Yum software warehouse

[[email protected] yum.repos.d] #yum-y install Epel-release



3. After successful execution, execute yum install Python-pip again.

[[email protected] yum.repos.d] #yum-y install Python-pip


Resolve CENTOS7-PYTHON-PIP Installation Failure

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.