On Wed, Oct 16, 2019 at 10:51 AM <devloca...@gmail.com> wrote:
>
> I cannot get Python 3.8.0 installed on Linux ( RHEL 8 / CentOS 8).
>
> It's not available in any package repo.  When I try to build from source, 
> there are dependencies missing (3), that I cannot find anywhere.
>
> More info here: (I did not want to write this up twice)
>
> https://www.reddit.com/r/Python/comments/digewe/python_38_not_possible_to_install_on_linux_why/
>
> The latest version of Python 3 available to me on Linux was released over 
> three years ago ( Python 3.6.0 ), I don't understand why.

Python 3.8 was just released this week, so it's no surprise that it
isn't in your OS's main repositories. Red Hat really isn't a
fast-moving distribution, and if you're expecting the latest versions
of things, you're going to frequently be frustrated by it.

But as to why you can't install those development libraries - no idea.
They don't look critical (eg bluez is for Bluetooth, not necessary for
the core Python interpreter), so you could try building Python without
them.

Further discussion might want to move to python-list rather than here.

ChrisA
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/6RQHCMBWYURXQ3L7XLTRDKGZKFKBMU2F/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to