Package Details: python311 3.11.14-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: 24
Popularity: 0.25
First Submitted: 2024-04-27 13:04 (UTC)
Last Updated: 2025-10-21 20:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

soh commented on 2024-04-28 12:49 (UTC)

AUR moderators, please see my comment in python310 for my response to the deletion request by @MarsSeed:

https://aur.archlinux.org/packages/python310#comment-969759

strigi commented on 2024-04-28 09:05 (UTC)

Thanks @lefterisjp, I can confirm this works.

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.