无法通过 epel-release 安装 python36,找不到包 python36

San*_*hra 5 python centos7 python-3.6

我无法在以下版本的 centos 上安装 python 36。CentOS Linux 版本 7.6.1810(核心)

名称=“CentOS Linux”

版本=“7(核心)”

ID=“centos”

ID_LIKE="rhel 软呢帽"

版本_ID=“7”

PRETTY_NAME="CentOS Linux 7(核心)"

ANSI_COLOR=“0;31”

CPE_NAME="cpe://o:centos:centos:7"

HOME_URL="https://www.centos.org/"

BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"

CENTOS_MANTISBT_PROJECT_VERSION="7"

REDHAT_SUPPORT_PRODUCT="centos"

REDHAT_SUPPORT_PRODUCT_VERSION="7"

CentOS Linux 版本 7.6.1810(核心)

CentOS Linux 版本 7.6.1810(核心)

Pytho34 可用,但 python36 不可用。

yum --disablerepo="*" --enablerepo="epel" 信息 python34

设置区域设置失败,默认为 C

加载的插件:fastestmirror

从缓存的主机文件加载镜像速度

  • epel:mirrors.kernel.org

可用套餐

名称:python34

架构:x86_64

版本:3.4.10

版本:2.el7

大小:51k

仓库:epel/x86_64

摘要:Python 编程语言的版本 3,又名 Python 3000

网址: http: //www.python.org/

许可证:Python

说明:Python 3 是该语言的新版本,与 2.x 不兼容

        : line of releases. The language is mostly the same, but many details, especially

        : how built-in objects like dictionaries and strings work, have changed


        : considerably, and a lot of deprecated features have finally been removed.
Run Code Online (Sandbox Code Playgroud)

yum --disablerepo="*" --enablerepo="epel" 信息 python36

设置区域设置失败,默认为 C

加载的插件:fastestmirror

从缓存的主机文件加载镜像速度

  • epel:mirrors.kernel.org

错误:没有匹配的软件包可列出

我知道在centos7上安装python36的其他方法,但是如何使用epel repo呢?

小智 0

同样在这里,显然他们错误地删除了它?临时解决方法是使用过时的存储库。我已经提交了一个错误,您可以在 redhat bugzilla 上观察它:https ://bugzilla.redhat.com/show_bug.cgi?id=1740053