如何在redhat中通过yum安装python34

时间:2018-03-02 20:36:10

标签: java mariadb redhat python-3.4 yum

我正在尝试在RHEL 7上安装mariadb columnstore api(cpp版本的java包装器),它依赖于pythong34。以下命令找不到包。

sudo yum install python34 or to search sudo yum search python34

其他服务器已安装软件包,搜索会返回结果。

  • python34.x86_64:Python编程语言的第3版 Python 3000
  • python34-devel.x86_64:需要的库和头文件 用于Python 3开发
  • python34-libs.x86_64:Python 3运行时 库

到目前为止,我已经尝试过运行

yum clean all - to clear cache and all other things update repo..

检查代理在两台服务器上都是一样的, yum update

尝试通过获取rpm手动安装但获得依赖性错误。

python(abi) = 3.4 is needed by mariadb-columnstore-api-1.1.3-1.x86_64

任何建议都会有所帮助。感谢。

2 个答案:

答案 0 :(得分:0)

最后能够安装python34,它是EPEP存储库的一部分。因此,使用以下链接启用,然后能够通过yum获取它。

https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/

答案 1 :(得分:0)

通过Red Hat软件集安装Python34--这些是具有单独安装的刷新工具,db等。也可以从softwarecollections.org获得。

参见[1]安装Python36,但是将python34的命令更改为 rh-python34 并根据此处列出的内容[2]。

[1] https://developers.redhat.com/products/softwarecollections/hello-world/#fndtn-python。 [2] https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html-single/3.0_release_notes/#sect-RHSCL-Features