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.197558
First Submitted: 2019-11-14 21:23 (UTC)
Last Updated: 2023-06-14 07:53 (UTC)

Dependencies (16)

Required by (12592)

Sources (6)

Latest Comments

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

tyerq commented on 2020-01-31 10:36 (UTC)

@yurikoles @MarcinWieczorek @MangoMan had the same problem. it seems that --with-ensurepip=upgrade (default) in ./configure/ Python tried to delete the previously intalled pip to reinstall it's bundled version (via pip itself) and failed, since it's lacking permissions in /usr/lib/python37/

Changing --with-ensurepip in PKGBUILD:79 to --with-ensurepip=install just keeps the already installed pip and goes on succesfully

Requirement already satisfied: pip in /usr/lib/python3.7/site-packages (19.0.3)

Some further thoughts: I've had arch's system python upgrade from 3.7 to 3.8, but it kept /usr/lib/python3.7/site-packages for some reason. Don't know if that is intended or not, but it resulted in this behaviour.

MangoMan commented on 2020-01-29 21:01 (UTC)

I have a similar issue like MarcinWieczorek

Ivellios commented on 2020-01-10 04:45 (UTC)

@dspati Cool. Thanks!

yurikoles commented on 2020-01-08 10:32 (UTC)

@MarcinWieczorek do you have something similar with other AUR packages? Because it seems to be a local issue.

MarcinWieczorek commented on 2020-01-08 10:22 (UTC)

I'm getting an error:

ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Looking in links: /tmp/tmpl85ku1xr
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
  Found existing installation: pip 19.0.3
    Uninstalling pip-19.0.3:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/bin/pip'
Consider using the `--user` option or check the permissions.

I have fakeroot installed.

ajkswamy commented on 2020-01-01 13:47 (UTC)

@Ivellios Please have a look at the comment by '5long' at 2019-11-15 15:05, a few pages down.

Ivellios commented on 2019-12-30 04:43 (UTC)

==> Verifying source file signatures with gpg... Python-3.7.6.tar.xz ... FAILED (unknown public key 2D347EA6AA65421D)

5long commented on 2019-12-11 13:57 (UTC)

@yurikoles

Running tests in check() is to check for correctness. Running tests with ./configure --enable-optimizations is for, literally, optimizations. They are different things. It's impossible to move ./configure --enable-optimizations into check() without breaking the build.

yurikoles commented on 2019-12-10 20:04 (UTC)

@5long

why don't you use PKGBUILD check function for test? It's straightforward to then --nocheck