Search Criteria
Package Details: python37 3.7.17-1
Package Actions
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: | 33 |
Popularity: | 0.009515 |
First Submitted: | 2019-11-14 21:23 (UTC) |
Last Updated: | 2023-06-14 07:53 (UTC) |
Dependencies (16)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- mpdecimal (make)
- sqlite (sqlite-fossilAUR) (make)
- tk (tk-fossilAUR) (make)
- mpdecimal (optional) – for decimal
- sqlite (sqlite-fossilAUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
- xz (xz-gitAUR) (optional) – for lzma
Required by (13373)
- 0ad-data-git (requires python) (make)
- 0ad-git (requires python) (make)
- 0wgram (requires python) (make)
- 10ff-git (requires python)
- 10moons-driver-t503 (requires python)
- 10moons-driver-t503 (requires python) (make)
- 1panel (requires python) (make)
- 2048-py (requires python)
- 20kly (requires python)
- 20kly-git (requires python)
- 2s2h (requires python) (make)
- 2s2h-git (requires python) (make)
- 2s2h-otr-exporter (requires python) (make)
- 2s2h-otr-exporter-git (requires python) (make)
- 3dtk-svn (requires python)
- 3dtk-svn (requires python) (optional)
- 3to2 (requires python)
- 4bulk-git (requires python)
- 6.101-submit (requires python)
- 64gram-desktop (requires python) (make)
- Show 13353 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
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.
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 succesfullySome 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:
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)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »