Search Criteria
Package Details: python38 3.8.20-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python38.git (read-only, click to copy) |
---|---|
Package Base: | python38 |
Description: | Major release 3.8 of the Python high-level programming language |
Upstream URL: | https://www.python.org/ |
Keywords: | python python3 |
Licenses: | PSF-2.0 |
Submitter: | rixx |
Maintainer: | rixx |
Last Packager: | rixx |
Votes: | 32 |
Popularity: | 0.44 |
First Submitted: | 2019-03-27 20:21 (UTC) |
Last Updated: | 2024-11-06 08:34 (UTC) |
Dependencies (12)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- libffi (libffi-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)
- sqlite (sqlite-fossilAUR) (optional)
- tk (tk-fossilAUR) (optional) – for tkinter
Required by (4)
- cplex (optional)
- linkserver
- svp-bin (optional)
- tvm
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
mirh commented on 2023-04-26 21:55 (UTC)
I can also report removing
--without-ensurepip
didn't have any conflict and installed perfectly.FabioLolix commented on 2022-12-30 23:23 (UTC)
@VeryGeneric you need to edit your makepkg.conf
VeryGeneric commented on 2022-09-29 03:11 (UTC)
Any particular reason that it's not building multi-processor?
archertech commented on 2022-07-17 15:49 (UTC)
If you have error:
Check your /etc/resolve.conf
In my case it was empty. I added:
Then this worked:
see https://unix.stackexchange.com/a/510464/259472
javier.ruere commented on 2022-05-14 08:18 (UTC)
I'm unable to get the key. :(
rixx commented on 2022-03-16 23:44 (UTC)
Hm, I only added pip because of a request. I haven't heard of similar problems in the other Python packages, strangely enough. I'll revert the change here, update will be here in a minute.
jrohwer commented on 2022-03-16 19:59 (UTC) (edited on 2022-03-16 20:10 (UTC) by jrohwer)
Getting the same error as @ZappaBoy. This manifested only now when trying to upgrade. The first install with pip included went fine as there was no pip previously. But with the upgrade the package build actually builds in the fakeroot in the pkg/ directory but finds the pip in the actual system directory and tries to uninstall it from there, which does not work due to permissions. Not sure how to fix this.
The build does succeed if I add back
--without-ensurepip
to the configure options inPKGBUILD
.I have python310 installed (system) as well as python39 and python38 from AUR.
rixx commented on 2022-03-08 22:16 (UTC)
I can't reproduce the problem (with both system Python and a set of other Pythons installed). Happy to take patches to fix the issue.
ZappaBoy commented on 2022-03-08 21:59 (UTC)
I am getting permission error after pip has been included in the package.
I tried to change /usr/bin/pip permissions and tried to remove it at all but nothing changes.
FabioLolix commented on 2021-12-17 18:18 (UTC)
Hello, I have successfully compiled the package, how can I configure a pkgbuild to use this python version?
« First ‹ Previous 1 2 3 4 5 Next › Last »