You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install 3rd-party Python modules, you should use the common Python packaging tools. For an introduction into the Python packaging ecosystem and its tools, refer to the Python Packaging User Guide: https://packaging.python.org/installing/
ubuntu-latest runner image was updated to Ubuntu 24.04. The workflow needs updating and tests before we can move to the new ubuntu release. As a workaround, the runner image can be set to 22.04.
You can track the status of the 24.04 update in this issue: #6
Below is a full output at this stage:
Run sudo add-apt-repository ppa:deadsnakes/ppa
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [834 kB]
Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [189 kB]
Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [151 kB]
Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [994 kB]
Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [246 kB]
Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [313 kB]
Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [623 kB]
Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [120 kB]
Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [208 B]
Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [17.6 kB]
Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [212 B]
Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [611 kB]
Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [116 kB]
Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [8964 B]
Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [802 kB]
Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [171 kB]
Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.0 kB]
Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [613 kB]
Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [118 kB]
Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [12.2 kB]
Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [19.9 kB]
Get:34 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu noble InRelease [17.8 kB]
Get:35 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu noble/main amd64 Packages [28.9 kB]
Get:36 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu noble/main Translation-en [5408 B]
Fetched 6448 kB in 1s (4815 kB/s)
Reading package lists...
Python modules in the official Ubuntu repositories are packaged to work with the Python interpreters from the official repositories. Accordingly, they generally won't work with the Python interpreters from this PPA. As an exception, pure-Python modules for Python 3 will work, but any compiled extension modules won't.
To install 3rd-party Python modules, you should use the common Python packaging tools. For an introduction into the Python packaging ecosystem and its tools, refer to the Python Packaging User Guide:
https://packaging.python.org/installing/
Sources
The package sources are available at:
https://github.com/deadsnakes/
Nightly Builds
For nightly builds, see ppa:deadsnakes/nightly https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly
More info: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
Adding repository.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libtinfo5
Error: Process completed with exit code 100.
The text was updated successfully, but these errors were encountered: