Package Details: python39 3.9.19-1

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: 24
Popularity: 0.87
First Submitted: 2021-12-13 11:56 (UTC)
Last Updated: 2024-03-23 08:41 (UTC)

Dependencies (16)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

rixx commented on 2022-03-16 23:54 (UTC)

It turns out that --without-ensurepip is required for updates to apply cleanly. I've reintroduced the option so that people can get the latest update.

I don't have the time to figure out how to tell Python (or the pkgbuild) to only introduce a versioned pip executable, not the general one (which is what makes updates fail: /usr/bin/pip already exists). Anybody who has five minutes to fix this, feel free to send me a patch via mail or a PR.

rixx commented on 2022-03-11 22:38 (UTC)

Done, hope this doesn't break the build for other systems.

CyberShadow commented on 2022-03-11 21:03 (UTC)

Seeing the same issue as lahwaacz, would you mind adding the fix to the package please?

lahwaacz commented on 2022-03-02 21:57 (UTC)

I'm getting

configure: error:

Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.

I've solved it by adding export ax_cv_c_float_words_bigendian=no before the configure command.

rixx commented on 2022-03-02 11:04 (UTC)

Good point, done.

lahwaacz commented on 2022-02-12 03:15 (UTC)

Please remove the --without-ensurepip option and add python39-pip and python39-setuptools to provides. This allows to quickly build many other python modules for python39 without having to rebuild python-pip and python-setuptools (which have dozens of other dependencies) "properly".

hyc3573 commented on 2022-01-26 14:01 (UTC)

I found the solution. https://bugs.python.org/issue46401

Aviroblox commented on 2022-01-21 21:19 (UTC) (edited on 2022-01-25 00:10 (UTC) by Aviroblox)

I'm getting this error when updating to 3.9.10 from 3.9.9

LD_LIBRARY_PATH=/home/avanish/.cache/yay/python39/src/Python-3.9.10 CC='gcc -pthread' LDSHARED='gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=none -g ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall'    _TCLTK_INCLUDES='' _TCLTK_LIBS=''      ./python -E ./setup.py  build
Traceback (most recent call last):
  File "/home/avanish/.cache/yay/python39/src/Python-3.9.10/./setup.py", line 36, in <module>
    from distutils.command.install import install
  File "/home/avanish/.local/lib/python3.9/site-packages/setuptools/_distutils/command/install.py", line 20, in <module>
    from .. import _collections
  File "/home/avanish/.local/lib/python3.9/site-packages/setuptools/__init__.py", line 16, in <module>
    import setuptools.version
  File "/home/avanish/.local/lib/python3.9/site-packages/setuptools/version.py", line 1, in <module>
    import pkg_resources
  File "/home/avanish/.local/lib/python3.9/site-packages/pkg_resources/__init__.py", line 23, in <module>
    import zipfile
  File "/home/avanish/.cache/yay/python39/src/Python-3.9.10/Lib/zipfile.py", line 6, in <module>
    import binascii
ModuleNotFoundError: No module named 'binascii'
make: *** [Makefile:640: sharedmods] Error 1
make: *** Waiting for unfinished jobs....