🌐
Centos
cbs.centos.org › koji › buildinfo
rh-python38-python-3.8.0-8.el7 | Build Info | CentOS Community Build Service
April 2, 2020 - Main Site Links: · Summary · Packages · Builds · Tasks · Build Targets · Users · Hosts · Reports · Search
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource pkgconfig(python-3.8)
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
Discussions

Python 3.8 not possible to install on Linux? Why?
It's nearly 2020 already, can we please move forward please. RHEL/Centos has a 6 years release cycle with 10 years maintenance support. Every package needs to work with every other package across the entire system... for the entire time. You cannot update any package without verifying first that you are not breaking anything in the process, and that takes resources, like time from people that knows what they are doing. And python 3.6 end-of-life is on 2021-12-23, we still have two years of full support. Besides... Why do you want to have python 3.8 system-wide? If you install a different version of a library as fundamental as python at a system level you are risking breaking packages or libraries on the whole system. I wonder what new feature is so necessary from python 3.8 that python 3.6 doesn't have that is so pressing for you to have it on your system immediately. I'm not sure what the deal is with Python enthusiasts or RHEL/CentOS users that someone somewhere has not simply updated some repo somewhere, I can try and get involved. Please do it, get involved. Learn. Fix. Document. Share. But a word of warning: tune it down a bit before going full-on whining again anywhere on both communities. More on reddit.com
🌐 r/Python
8
0
October 15, 2019
How can I build an rpm or tgz of a particular python version, specifically python3.7 for CentOS8 - Stack Overflow
I'm comfortable building python ... other machines running the same OS). RPM would be ideal but I'd be happy with a tgz and a known set of yum runtime dependencies. Note that there is no official CentOS8 python 3.7, only 3.6 and 3.8.... More on stackoverflow.com
🌐 stackoverflow.com
Python Versions on CentOs 7
Going to iuscommunty is unnecessary. CentOS 7.7 includes a python3 package in the base repository Regardless it sounds like you installed pip3 from an RPM then tried to update it natively? Don’t do that (with anything), you’re bound to just make a mess as other packages depend on having a certain version installed. I use pip only as a last resort; in general I try to find RPMs for the Python packages I want, mostly from CentOS repositories or EPEL. More on reddit.com
🌐 r/CentOS
15
2
December 23, 2019
How to install rpm-python binding to python3 site-packages - Stack Overflow
If you need python3 then use CentOS 8. CentOS 6 is EOLed anyway. ... Sign up to request clarification or add additional context in comments. ... For some reason I have to stick to CentOS 6 (32bit). Is it possible to install latest RPM to support python3 and python2? More on stackoverflow.com
🌐 stackoverflow.com
🌐
OS Radar
osradar.com › home › linux › how to install python 3.8 on centos 8
How To Install Python 3.8 on CentOS 8 - Linux Windows and android Tutorials
January 3, 2020 - Step 1:Installing Python Dependencies on CentOS 8. sudo yum -y groupinstall "Development Tools"sudo yum -y install openssl-devel bzip2-devel libffi-devel. Step 2: Download latest Python 3.8 Archive
🌐
TecAdmin
tecadmin.net › install-python-3-8-centos
How To Install Python 3.8 on RHEL/CentOS 7 & Fedora 34 ...
April 26, 2025 - Python is a powerful programming language. It is very friendly and easy to learn. At the writing time of this article Python 3.8 latest stable version is available to download and install. This article will help you to install Python 3.8.12 on your CentOS, Red Hat & Fedora operating systems.
🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource python3
Installing "python3" is sufficient for the vast majority of usecases. In addition, recommended packages provide UI toolkit support (python3-curses, python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE development environment (python3-idle).
🌐
Server World
server-world.info › en › note
CentOS 7 : Install Python 3.8 : Server World
This article provides an example of how to install Python 3.8 from a package and check that it works on CentOS 7.
🌐
Server World
server-world.info › en › note
CentOS 8 : Install Python 3.8 : Server World
This article provides an example of how to install Python 3.8 from a package and check that it works on CentOS 8.
🌐
Eldernode
blog.eldernode.com › tutorial install python 3.8 on centos/rhel 8 linux
Tutorial Install Python 3.8 on Centos/RHEL 8 Linux
September 4, 2024 - cd Python-3.8.3 sudo ./configure --enable-optimizations sudo make altinstall · After completing the installation steps, we test the installed version of Python with the following command: ... Congratulations, you were able to successfully install and configure Python on Centos.
🌐
Centmin Mod
community.centminmod.com › threads › custom-python-3-7-3-8-3-9-3-10-rpm-builds-for-centos-7.22456
CentOS 7.x - Custom Python 3.7, 3.8, 3.9 & 3.10 RPM Builds For CentOS 7 | Centmin Mod Community Support Forums
February 5, 2022 - CentOS 7 by default uses Python 2.7 and has side by side install support up to Python 3.6 via YUM repository RPM packages. For Python 3.7 and higher,...
Find elsewhere
🌐
Reddit
reddit.com › r/python › python 3.8 not possible to install on linux? why?
r/Python on Reddit: Python 3.8 not possible to install on Linux? Why?
October 15, 2019 -

Monday, October 14, 2019 Python 3.8.0 is now available

I am attempting to install the latest Python 3.8.0 on CentOS 8, but it does not seem possible.

I search in Software Collections, and find nothing. The latest release there is Python 3.6 (released nearly three years ago - no updates in three years!!! - I'm abandoning Software Collections).

Python 3.6 was released on December 23rd, 2016, nearly three years ago.

I check in the RHEL / CentOS repos, and same darn thing, no python update in nearly three years.

#dnf list --available | grep python3

Nothing there for Python 3.8.0 or even Python 3.7.x for that matter. I'm not sure what the deal is with Python enthusiasts or RHEL/CentOS users that someone somewhere has not simply updated some repo somewhere, I can try and get involved.

Use the source:

https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz

I download the Python 3.8.0 source from the link above, look at the dependencies and try to get those installed first, but no luck. The dependencies for 3.8.0 cannot be found or installed.

Dependencies attempted install via:

#!/bin/bash
#dnf install dnf-plugins-core  # install this to use 'dnf builddep'
#dnf builddep python3
#dnf update -y

Results:

No matching package to install: 'libnsl2-devel'
No matching package to install: 'bluez-libs-devel'
No matching package to install: 'tix-devel'
Not all dependencies satisfied
Error: Some packages could not be found.

When I search for these, I find nothing in the repos:

#dnf list --available | grep libnsl2-devel
#dnf list --available | grep bluez-libs-devel
#dnf list --available | grep tix-devel

Nothing is returned for any of these dependencies.

What has to be done to get these dependencies in a repo somewhere so they can be installed so I can build the source code?

Better yet, how do I get Python 3.8.0 in some freaking repo some where, it's been three years since any RHEL or CentOS repo has been updated.

It's nearly 2020 already, can we please move forward please.

🌐
RPMfind
rpmfind.net › linux › rpm2html › search.php
RPM resource python3.8
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet · The System and Arch are optional added filters, for example ...
🌐
Stack Overflow
stackoverflow.com › questions › 67723558 › how-can-i-build-an-rpm-or-tgz-of-a-particular-python-version-specifically-pytho
How can I build an rpm or tgz of a particular python version, specifically python3.7 for CentOS8 - Stack Overflow
I'm comfortable building python ... other machines running the same OS). RPM would be ideal but I'd be happy with a tgz and a known set of yum runtime dependencies. Note that there is no official CentOS8 python 3.7, only 3.6 and 3.8....
🌐
Reddit
reddit.com › r/centos › python versions on centos 7
Python Versions on CentOs 7 : r/CentOS
December 23, 2019 - Good to know CentOS 8 has Python 3 pre-installed.
🌐
Linode
linode.com › docs › guides › how-to-install-python-on-centos-8
How to Install Python 3 on CentOS 8 | Linode Docs
February 12, 2021 - CentOS 8 does not come with Python installed. This guide shows how to install Python 3.9 from source, or Python 3.6 from the CentOS package repository.
🌐
GitHub
github.com › gem › oq-python-rpm
GitHub - gem/oq-python-rpm: Custom Python RPM packages for OpenQuake
Custom Python RPM packages for OpenQuake, supporting RHEL/CentOS 7, RHEL/CentOS 8 and Fedora. The corresponding Ubuntu packages can be found at https://github.com/gem/oq-python-deb/. $ dnf download --source python38 $ rpm -ivh python3-3.8.2...
Author   gem