Package Details: python311 3.11.13-1

Git Clone URL: https://aur.archlinux.org/python311.git (read-only, click to copy)
Package Base: python311
Description: The Python programming language (version 3.11)
Upstream URL: https://www.python.org/
Licenses: PSF-2.0
Submitter: soh
Maintainer: Heptazhou
Last Packager: Heptazhou
Votes: 17
Popularity: 2.22
First Submitted: 2024-04-27 13:04 (UTC)
Last Updated: 2025-06-05 06:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

lefterisjp commented on 2024-04-27 20:46 (UTC)

It's not the real fix, but if you are stuck on what @qexat and @flying-sheep reported you can just manually build the package by givin the aforementioned setting as an environment variable.

For example for a little endian machine:

ax_cv_c_float_words_bigendian=no makepkg -sic

qexat commented on 2024-04-27 18:04 (UTC)

@flying-sheep I have the same problem. Found a similar issue on the CPython repository: https://github.com/python/cpython/issues/89640

flying-sheep commented on 2024-04-27 17:47 (UTC)

When trying to compile, I get

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