Search Criteria
Package Details: python39 3.9.25-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python39.git (read-only, click to copy) |
|---|---|
| Package Base: | python39 |
| Description: | Major release 3.9 of the Python high-level programming language |
| Upstream URL: | https://www.python.org/ |
| Licenses: | PSF-2.0 |
| Submitter: | rixx |
| Maintainer: | a821 |
| Last Packager: | a821 |
| Votes: | 28 |
| Popularity: | 0.25 |
| First Submitted: | 2021-12-13 11:56 (UTC) |
| Last Updated: | 2026-07-04 08:31 (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-aegisAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- gdb (gdb-gitAUR) (make)
- mpdecimal (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 (6)
- cplex (optional)
- easyabc
- openplc-editor-git
- swift-bin (optional)
- swift-bin-6.1 (optional)
- swiftly-bin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
rixx commented on 2023-06-10 07:43 (UTC)
tkinteris anoptdependfor this reason – there are plenty of distros that have tk as optional dependency, see for example ubuntu, where you installpython3-tk, Fedora withpython3-tkinter, brew, Windows, etc.Having tkinter as optdepend is imo exactly the correct way to handle this (not everybody wants or needs tk in their Python).
(Side note: I don't think marking the package as out-of-date because you didn't receive a response in four days is the way to go in situations like this. To quote the wiki:
nikdog commented on 2023-06-01 17:39 (UTC) (edited on 2023-06-01 17:59 (UTC) by nikdog)
Wait... if this package doesn't provide pip3.9 and
% python3.9 -m pip/usr/bin/python3.9: No module named pipHow does one use python3.9 to pip user install a github project?
EDIT: NVM,
python3.9 -m ensurepip --upgradeand fixed. Is there a reason this doesn't provide a pip3.9 by default? or an installed pip module? Is it a pain in the ass? or does it just make the legacy support package lightweight?fboerman commented on 2023-03-22 16:41 (UTC)
keep getting this error when building, could somebody help?
rixx commented on 2023-02-21 14:34 (UTC)
patchis part ofbase-devel, which is assumed to be present for AUR packages.the-k commented on 2023-02-21 14:16 (UTC)
patchpackage should be added tomakedepends.rixx commented on 2022-11-17 17:14 (UTC)
Done.
wint3rmute commented on 2022-11-17 16:51 (UTC)
After the recent update of the
opensslpackage,sslmodule in python3.9 stopped working and it's no longer possible to install libraries frompipdue to the following error:Reinstalling this AUR package has solved the problem for me. @rixx, please consider incrementing the
pkgrelorepochto force a rebuild for all users.gchamon commented on 2022-08-02 19:16 (UTC)
cloning the AUR repo, removing
--without-ensurepipand installing withmakepkg -siworked fine to bring pip and setuptools back to python3.9 (without which I was unable to develop for AWS Lambda -- which supports python<=3.9 -- using pipenv and private packages).I couldn't reproduce the conflict with system pip. Isn't
make altinstallto take care of that? That is strange. In any case if there were steps to reproduce the conflict I could try taking a look at the installation process.« First ‹ Previous 1 2 3 4 Next › Last »