Search Criteria
Package Details: python37 3.7.10-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: | |
Submitter: | 5long |
Maintainer: | greut (jrd) |
Last Packager: | greut |
Votes: | 22 |
Popularity: | 0.85 |
First Submitted: | 2019-11-14 21:23 |
Last Updated: | 2021-02-16 08:10 |
Dependencies (16)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- expat (expat-git)
- gdbm
- libffi (libffi-git, libffi-minimal-git, fedora-firefox-wayland-bin)
- libnsl (libnsl-git)
- libxcrypt (libxcrypt-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- bluez-libs (bluez-git) (make)
- mpdecimal (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- tk (tk85) (make)
- mpdecimal (optional) – for decimal
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (optional)
- tk (tk85) (optional) – for tkinter
- xz (xz-git, xz-static-git) (optional) – for lzma
Latest Comments
1 2 3 4 5 6 ... Next › Last »
greut commented on 2021-01-20 15:42
@user20159 me neither. I've made it more like Python38, let me know if it breaks anything on your side. Thanks for the heads up.
user20159 commented on 2021-01-19 16:46
I'm not sure if this question has been asked already, I've checked the comments but couldn't see anything. How can it be that python37 has llvm gdb xorg-server-xvfb as additional dependencies over python38 or python36? Furthermore, build time is around twice as long as for python38 or python36. Are the other ones missing something?
jhincks commented on 2020-09-28 20:15
build failed with "/usr/bin/xvfb-run: line 186: kill: (1576374) - No such process"
xvfb-run says in its help, that "-a" is deprecated, one should use "-d" instead. I replaced the two occurences in the PKGBUILD, then the build process was successfull.
RealGecko commented on 2020-09-22 08:59
I used this command to import the key
gpg --keyserver pool.sks-keyservers.net --receive-keys 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
Leeo97one commented on 2020-09-18 20:14
I have imported and signed the GPG key:
pacman-key --list-keys
But I'm still getting a GPG error and I'm not sure why:
greut commented on 2020-09-10 19:45
@DMolt, it make sense to follow what is done for python35 and python36 in that regard and go without ensurepip.
DMolt commented on 2020-09-10 07:59
Hi, I use python 3.7 for some projects with virtualenv and 3.8 for other and system. To install this I have to change --with-ensurepip with --without-ensurepip
Davide
greut commented on 2020-09-07 09:56
@surrealistic above in the logs, you should see why the _posixsubprocess module is not building successfully.
surrealistic commented on 2020-09-07 09:27
Hi! I'm having this issue with subprocess while tying to upgrade python37 and also after uninstalling it to try a clean installation of it.
It's like it can't find or recognize subprocess. I searched on Google about the error and I've tried to install subprocess32 with python3.7 -m pip install subprocess32 but it returns the same error. After all those attempts I decided to try a clean installation so I removed python3.7 to install it again instead of upgrading it, but it keeps returning the same error.
jrd commented on 2020-09-03 10:46
Thanks greut, and thanks 5long for initial package.