Search Criteria
Package Details: python310 3.10.18-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python310.git (read-only, click to copy) |
---|---|
Package Base: | python310 |
Description: | The Python programming language (version 3.10) |
Upstream URL: | https://www.python.org/ |
Licenses: | PSF-2.0 |
Submitter: | soh |
Maintainer: | Heptazhou |
Last Packager: | Heptazhou |
Votes: | 24 |
Popularity: | 2.69 |
First Submitted: | 2023-05-04 00:47 (UTC) |
Last Updated: | 2025-06-05 06:31 (UTC) |
Dependencies (6)
- mpdecimal
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (make)
- python-pip (optional)
- python-pipx (python-pipx-gitAUR) (optional)
- python-setuptools (optional)
- tk (tk-fossilAUR) (optional)
Required by (9)
- acestream-engine
- cplex (optional)
- nodejs-lts-hydrogen (make)
- odoo-nightly
- oxen-electron-wallet (make)
- rasa
- rasa (make)
- sapling-scm-bin
- stable-diffusion-webui-git
Latest Comments
« First ‹ Previous 1 2 3 4
Jonny-Doe commented on 2023-06-11 12:07 (UTC)
While building package, it throws a warning like this:
kaputtnik commented on 2023-05-13 08:33 (UTC)
@soh
Thanks that solved it.
soh commented on 2023-05-13 08:17 (UTC) (edited on 2023-05-13 08:18 (UTC) by soh)
@ kaputtnik If you run into this when using
makepkg -si
:Simply running this will solve your problem
Use an AUR helper like
yay
,paru
will also help.diestl commented on 2023-05-11 15:13 (UTC)
@kaputtnik, you need to fetch the signing key used to sign the python 3.10 release. According to the download page from python.org, this is a key belonging to Pablo Galindo Salgado (https://www.python.org/downloads/).
You can fetch and import that key into your keyring with
curl <url> | gpg --import -
. The url you'll find on that download page.kaputtnik commented on 2023-05-07 11:22 (UTC)
I get this gpg related error:
$:> LC_ALL=C makepkg ==> Making package: python310 3.10.11-1 (Sun May 7 13:14:51 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found Python-3.10.11.tar.xz -> Found Python-3.10.11.tar.xz.asc ==> Validating source files with sha512sums... Python-3.10.11.tar.xz ... Passed Python-3.10.11.tar.xz.asc ... Skipped ==> Verifying source file signatures with gpg... Python-3.10.11.tar.xz ... FAILED (unknown public key FFE87404168BD847) ==> ERROR: One or more PGP signatures could not be verified!
esh commented on 2023-05-06 21:38 (UTC)
Worked great for me, I simply installed the package using Paru. Thanks for making it available so quickly after 3.11 went into [core]. :)
soh commented on 2023-05-05 03:31 (UTC) (edited on 2023-05-05 03:34 (UTC) by soh)
@carsme
Could you figure out the real cause of unable to retrieving GPG key? At least in two of my machines I managed to successfully
makepkg
andgpg --recv-keys A035C8C19219BA821ECEA86B64E628F8D684696D
. Maybe configuring auto-key-retrieve could help.soh commented on 2023-05-05 03:26 (UTC) (edited on 2023-05-05 03:32 (UTC) by soh)
@FabioLolix
I am sorry, but I think according to PKGBUILD in ArchWiki,
the line
provides=("python=$pkgver")
should be included.FabioLolix commented on 2023-05-04 15:17 (UTC)
Please remove the provides=() line as this isn't a drop-in replacement for python package
carsme commented on 2023-05-04 05:13 (UTC)
Fails to receive GPG key:
« First ‹ Previous 1 2 3 4