Search Criteria
Package Details: python39 3.9.20-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: | rixx |
Last Packager: | rixx |
Votes: | 25 |
Popularity: | 0.28 |
First Submitted: | 2021-12-13 11:56 (UTC) |
Last Updated: | 2024-11-06 08:35 (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)
- gdb (gdb-gitAUR, gdb-debug-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 (7)
- cplex (optional)
- easyabc
- mdcx (make)
- mdcx-git (make)
- openplc-editor-git
- swift-bin (optional)
- swiftly-bin (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
rixx commented on 2023-06-10 07:43 (UTC)
tkinter
is anoptdepend
for 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 pip
How does one use python3.9 to pip user install a github project?
EDIT: NVM,
python3.9 -m ensurepip --upgrade
and 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)
patch
is part ofbase-devel
, which is assumed to be present for AUR packages.the-k commented on 2023-02-21 14:16 (UTC)
patch
package 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
openssl
package,ssl
module in python3.9 stopped working and it's no longer possible to install libraries frompip
due to the following error:Reinstalling this AUR package has solved the problem for me. @rixx, please consider incrementing the
pkgrel
orepoch
to force a rebuild for all users.gchamon commented on 2022-08-02 19:16 (UTC)
cloning the AUR repo, removing
--without-ensurepip
and installing withmakepkg -si
worked 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 altinstall
to 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.rixx commented on 2022-03-17 13:10 (UTC) (edited on 2022-03-17 13:12 (UTC) by rixx)
@lahwaacz I thought I had put that in my comment, but apparently not? Updates do not apply, complaining that
/usr/bin/pip
or/bin/pip
exists in the filesystem (I swear I had intended to put that in my comment, sorry). Shipping a PKGBUILD that doesn't allow people to update isn't great, so I reverted the change for now.As I said: I do not have the time right now, so I chose to revert the change that breaks the package for people. Either I get around to tinkering with the PKGBUILD when I'm not working insane hours, or somebody sends in a patch.
« First ‹ Previous 1 2 3 4 Next › Last »