python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
Command line: ```cmd py.exe build-windows.py --profile noopt --vs 2022 --python cpython-3.12 --sh c:\cygwin64\bin\bash.exe ``` downloads strawberry perl, process libffi, and then fails with the obtuse: `VC\Auxiliary\Build\vcvarsall.bat not found.` This appears...
I'd like to start using these builds (via Hatch), but I test my software against Python beta releases too. Would it be reasonable to add 3.13 beta releases to the...
ref: https://github.com/jdx/mise/issues/1743 ``` poetry/1.8.2/venv/bin/python3: error while loading shared libraries: poetry/1.8.2/venv/bin/../lib/libpython3.10.so.1.0: cannot open shared object file: No such file or directory ```
Hi, I _think_ there is an issue when attempting to use this precompiled binaries on a rhel-based system. I've read the [quirks](https://github.com/indygreg/python-build-standalone/blob/main/docs/quirks.rst) section, and I haven't seen a reference to...
The following illustrates that for some reason the standalone distribution's pip does not consider MUSL wheels and will download the source distribution: ``` docker run --rm -d --name builder python:alpine...
CPython has has [supported Bluetooth with `socket.AF_BLUETOOTH`](https://docs.python.org/3/library/socket.html#socket-families) since [version 2.4 alpha 1](https://www.python.org/download/releases/2.4.1/notes/#what-s-new-in-python-2-4-alpha-1), but it seems the builds weren't compiled with the necessary header files: > The socket module now supports...
Using `uv python install` to install `python 3.12.3`, `decompress` is ~2x slower than Ubuntu 24.04 [python3](https://packages.ubuntu.com/noble/python3) and also pyenv installed python. Same python version. For example: uv installed python: ```...
Closes https://github.com/indygreg/python-build-standalone/issues/320 Still a work in progress.
When trying to update PyOxidizer and PyOxy to support standalone builds of Python 3.12, I noticed that the build attempted to link to a library named `Hacl_Hash_SHA2` when `pyoxy` was...