Package Details: python37 3.7.17-1

Git Clone URL: https://aur.archlinux.org/python37.git (read-only, click to copy)
Package Base: python37
Description: Major release 3.7 of the Python high-level programming language
Upstream URL: https://www.python.org/
Keywords: python python3
Licenses: custom
Provides: python
Submitter: 5long
Maintainer: greut (jrd)
Last Packager: greut
Votes: 32
Popularity: 0.24
First Submitted: 2019-11-14 21:23 (UTC)
Last Updated: 2023-06-14 07:53 (UTC)

Dependencies (16)

Required by (12541)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

wjhandley commented on 2020-05-07 14:18 (UTC) (edited on 2020-05-07 14:51 (UTC) by wjhandley)

Currently my build fails with

make[1]: Leaving directory '...' /usr/bin/xvfb-run: line 186: kill: (107983) - No such process

Could you advise which dependency is missing?

Edit: It seems to work with xorg-server-xvfb-dev -- perhaps this should be added as a dependency?

EreTIk commented on 2020-04-27 15:02 (UTC) (edited on 2020-04-27 15:03 (UTC) by EreTIk)

Please add aarch64 architecture (arm64 support):

git diff PKGBUILD 
diff --git a/PKGBUILD b/PKGBUILD
index 35f296c..8aba60b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ pkgrel=2
 _pybasever=${pkgver%.*}
 _pymajver=3
 pkgdesc="Major release 3.7 of the Python high-level programming language"
-arch=('x86_64')
+arch=('x86_64'
+      'aarch64')
 license=('custom')
 url="https://www.python.org/"
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')

Test: Ok

sponrad commented on 2020-04-24 20:14 (UTC) (edited on 2020-04-24 20:20 (UTC) by sponrad)

EDIT I take it back, yay -S python37 --rebuild did fix this for me, if anyone else stumbles on this.

I'm having a similar issue to @somini ever since libffi was updated on 2020-04-11. Rebuilding as is has not helped me fix this one I think we do need a bump here?

>>> import ctypes
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.7/ctypes/__init__.py", line 7, in <module>
    from _ctypes import Union, Structure, Array
ImportError: libffi.so.6: cannot open shared object file: No such file or directory

somini commented on 2020-04-17 21:55 (UTC) (edited on 2020-04-17 21:55 (UTC) by somini)

@5long Of course I can (I did), but for people with the old version this will break, and rebuilding doesn't help since the pkgrel doesn't change.

5long commented on 2020-04-14 10:26 (UTC)

@craynic: The PGP key in PKGBUILD is correct. PKGBUILD requires validpgpkeys to be an array of PGP fingerprints, while 2D347EA6AA65421D is the ID (not fingerprint) of the correct key.

@somini: you can just rebuild manually. See: https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages

somini commented on 2020-04-13 15:14 (UTC)

This needs a pkgrel bump since libffi was updated.

craynic commented on 2020-04-11 15:19 (UTC)

The PGP key declared in the PKGBUILD seems invalid. The correct one is 2D347EA6AA65421D. Ref: https://www.python.org/downloads/#pubkeys

vit commented on 2020-04-08 17:53 (UTC)

I'm getting failed tests during PGO stage of compilation. Is this normal?

MarcinWieczorek commented on 2020-02-02 14:32 (UTC)

@tyreq I'm trying the fix rn. 3.7's site packages could be left because of use of pip install with sudo. Check if any package owns the files - also not updated python-* packages from AUR.