gpg --keyserver pgp.mit.edu --recv-keys 04C367C218ADD4FF
and
paru
does the trick for me.
Thank you for your work.
Git Clone URL: | https://aur.archlinux.org/python2.git (read-only, click to copy) |
---|---|
Package Base: | python2 |
Description: | A high-level scripting language |
Upstream URL: | https://www.python.org/ |
Licenses: | PSF-2.0 |
Conflicts: | python |
Submitter: | jelly |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 74 |
Popularity: | 0.45 |
First Submitted: | 2022-09-23 10:01 (UTC) |
Last Updated: | 2024-06-17 22:01 (UTC) |
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 Next › Last »
gpg --keyserver pgp.mit.edu --recv-keys 04C367C218ADD4FF
and
paru
does the trick for me.
Thank you for your work.
In my case "sudo pacman ..." didn't help, but "gpg recv-keys 04C367C218ADD4FF" without sudo or pacman did it.
I did start with makepkg -sirc --asdeps --nocheck but it seems it did not take the --nocheck option. What did I do wrong here?
@zeroconf patches welcome :)
I just uninstalled it as I have also python v3.x. Hoping no one program needs it. There were no dependencies, when uninstalling. Lots of people updating via AUR helper, hard to explain, why suddenly one package is not capable for that. I guess this should be fixed as other packages can be installed via AUR helper, e.g. yay is used here.
I did it with "sudo pacman-key --recv-keys 04C367C218ADD4FF"
I needed to import the key 04C367C218ADD4FF by the way.
@korimitsu read pinned comment. You have 2 solutions.
Can confirm the "makepkg -si --nocheck" worked on 2 of my PCs. Ty
I'm getting this error:
test_wbits (test.test_zlib.CompressObjectTestCase) ... ok
----------------------------------------------------------------------
Ran 54 tests in 1.430s
OK
== Tests result: FAILURE ==
371 tests OK.
1 test failed:
test_curses
23 tests skipped:
test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
test_dl test_gl test_imageop test_imgfile test_kqueue
test_linuxaudiodev test_macos test_macostools test_msilib
test_ossaudiodev test_py3kwarn test_scriptpackages test_startfile
test_sunaudiodev test_winreg test_winsound test_zipfile64
Those skips are all expected on linux2.
Total duration: 10 min 12 sec
Tests result: FAILURE
==> ERROR: A failure occurred in check().
Aborting...
Pinned Comments