When using pip command to install a Python package in Ubuntu 24.04 will output “error: externally-managed-environment“. Here are a few workarounds to ‘fix’ the issue. As the terminal output shows you, it’s the change due to PEP 668. Since Ubuntu ...

This simple tutorial shows how to install Python 3.13, which is still in development stage, in Ubuntu 22.04, or Ubuntu 20.04 LTS. Python 3.13 so far is in alpha development stage. For testing or software developing purpose, you can install ...

This simple tutorial shows how to fix broken pip installer after installing Python 3.12 from Deadsnakes PPA in Ubuntu 22.04 and Ubuntu 20.04. Due to removal of long deprecated pkgutil.ImpImporter class, pip command may not work for Python 3.12 in ...

Python 3.12.0 final was officially announced this Monday! Ubuntu LTS can easily install it from PPA. New features in Python 3.12.0: More flexible f-string parsing, allowing many things previously disallowed. Python-level API for the buffer protocol New API for monitoring ...

For developers who want to prepare their project for the latest Python releases, here’s how to install Python 3.12 in all current Ubuntu releases. Python 3.12 now is in Beta development stage. It features more flexible f-string parsing, new type ...

The popular Python programming language released version 3.11 today. Here’s the new features and how to install guide for all current Ubuntu releases. Python 3.11 claimed to be 10-60% faster than the previous 3.10, and features: Exception Groups and except* ...