我收到错误消息
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
当试图通过油灰安装包装时,也出现了同样的错误。
你能帮我解决这个问题吗?
通过使用这两个命令进行配置。然后安装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