无法在 Ubuntu 中使用 yum 安装 python-pip。.已解决

Cannot install python-pip using yum in Ubuntu..Solved

我有错误消息

failure: repodata/repomd.xml from HDP-2.6-repo-1: [Errno 256] No more mirrors to try.
http://public-repo-1.hortonworks.com/HDP/centos7/2.x/updates/2.6.5.0/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden

使用命令时

# yum install python-pip

尝试通过 putty 安装软件包时,出现了同样的错误。

你能帮我解决这个问题吗?

通过使用这两个命令进行 configuration.then 安装 python:

yum-config-manager --save --setopt=HDP-SOLR-2.3-100.skip_if_unavailable=true

yum install https://repo.ius.io/ius-release-e17.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

安装python: yum install python-pip