如何在 redhat 中通过 yum 安装 python34
How to install python34 via yum in redhat
我正在尝试在 RHEL 7 上安装 mariadb columnstore api(java cpp 版本的包装器)并且它依赖于 pythong34。以下命令找不到包。
sudo yum install python34 or to search sudo yum search python34
其他服务器已经安装了包并搜索returns结果。
- 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..
检查两台服务器上的代理是否相同,
百胜更新
尝试通过获取 rpm 手动安装,但出现依赖项错误。
python(abi) = 3.4 is needed by mariadb-columnstore-api-1.1.3-1.x86_64
任何建议都会有所帮助。谢谢
终于能够安装 python34,它是 EPEP 存储库的一部分。因此使用以下 link 启用,然后能够通过 yum 获取它。
https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/
通过 Red Hat Software Collections 安装 Python34 - 这些更新的工具、数据库等需要单独安装。也可以从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
我正在尝试在 RHEL 7 上安装 mariadb columnstore api(java cpp 版本的包装器)并且它依赖于 pythong34。以下命令找不到包。
sudo yum install python34 or to search sudo yum search python34
其他服务器已经安装了包并搜索returns结果。
- 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..
检查两台服务器上的代理是否相同, 百胜更新
尝试通过获取 rpm 手动安装,但出现依赖项错误。
python(abi) = 3.4 is needed by mariadb-columnstore-api-1.1.3-1.x86_64
任何建议都会有所帮助。谢谢
终于能够安装 python34,它是 EPEP 存储库的一部分。因此使用以下 link 启用,然后能够通过 yum 获取它。
https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/
通过 Red Hat Software Collections 安装 Python34 - 这些更新的工具、数据库等需要单独安装。也可以从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