我不能在以下版本的centos上安装python 36。CentOS Linux7.6.1810版(核心)
NAME="CentOS Linux“
VERSION="7 (核心)“
ID="centos“
ID_LIKE=“黄软膜”
VERSION_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 Linux7.6.1810版(核心)
CentOS Linux7.6.1810版(核心)
Pytho34是可用的,但不是python36。
百胜百货=“*”--enablerepo="epel“info python34
设置区域设置失败,默认为C
加载插件:fastest镜像
从缓存的主机文件加载镜像速度
可用包
名称: python34
Arch : x86_64
版本: 3.4.10
释放: 2.el7
大小: 51 k
回购: epel/x86_64
摘要: Python编程语言(又名Python 3000 )的第3版
网址: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.百胜百货=“*”--enablerepo="epel“info python36
设置区域设置失败,默认为C
加载插件:fastest镜像
从缓存的主机文件加载镜像速度
错误:没有要列出的匹配包
我知道在python36上安装centos7的其他方法,但是如何处理epel回购呢?
发布于 2019-08-12 08:50:12
RHEL 7.7添加了Python3.6。Python 3.6被从EPEL 7中删除,以遵守EPEL准则:在EPEL中没有RHEL包。显然,每次RHEL发布和CentOS还没有,可能会有一段时间的破坏。见关于EPEL邮件列表的探讨和关于这方面的原始错误报告。
发布于 2019-08-12 08:22:25
这里也是,很明显他们不小心把它移走了?临时解决办法是使用过时的回购。我提交了一个bug,您可以在redhat:bug.cgi?id=1740053上观察到
https://stackoverflow.com/questions/57446004
复制相似问题