python-build-standalone icon indicating copy to clipboard operation
python-build-standalone copied to clipboard

Produce redistributable builds of Python

Results 146 python-build-standalone issues
Sort by recently updated
recently updated
newest added

I'd like to ship a few wheels including pre-built C modules along with the musl-based standalone Python from here. When I try to run `python -m ensurepip` (e.g., #84) or...

enhancement
platform:linux

Calling `ssl.create_default_context()` in version [20240107](https://github.com/indygreg/python-build-standalone/releases/tag/20240107) and [20231002](https://github.com/indygreg/python-build-standalone/releases/tag/20231002) from within a `threading.Thread()` will error with `pythonX.Y: unknown error (_ssl.c:ZZZZ)` Observances: - This only seems to occur on Fedora systems (Fedora 37...

bug
external

this is a perplexing one... ```console $ wget https://github.com/indygreg/python-build-standalone/releases/download/20240107/cpython-3.12.1+20240107-x86_64-apple-darwin-pgo+lto-full.tar.zst $ sha256sum cpython-3.12.1+20240107-x86_64-apple-darwin-pgo+lto-full.tar.zst bf2b176b0426d7b4d4909c1b19bbb25b4893f9ebdc61e32df144df2b10dcc800 cpython-3.12.1+20240107-x86_64-apple-darwin-pgo+lto-full.tar.zst ``` *sometimes* this fails: ```console $ rm -rf pythons && mkdir -p pythons/cp312-cp312 && tar -C...

bug
needs-mre
platform:darwin

I'm trying to embed Python interpreter in a C++ application with no external dependencies and found this project. I downloaded latest install-only prebuilt assets for arm64 macOS but when trying...

Is build/run_tests.py reliable? i keep getting "No module named '_testcapi'" Tested with version: 3.9.16 | cpython-3.9.16+20230507-x86_64_v2-unknown-linux-gnu-debug-full 3.9.17 | cpython-3.9.17+20230726-x86_64-unknown-linux-gnu-pgo+lto-full 3.9.18 | cpython-3.9.18+20231002-x86_64-unknown-linux-gnu-pgo+lto-full 3.11.6 | cpython-3.11.6+20231002-x86_64-unknown-linux-gnu-pgo+lto-full 3.12.0 | cpython-3.12.0+20231002-x86_64-unknown-linux-gnu-pgo+lto-full | cpython-3.12.0+20231002-x86_64-unknown-linux-gnu-debug-full...

For reference: https://discuss.python.org/t/pep-711-pybi-a-standard-format-for-distributing-python-binaries/25547/104 Is there desire on your part for transferring ownership to the PyPA in an effort to make these builds official and hosted on https://www.python.org?

Hey, building python standalone works just fine on macOS. I can't find a proper way to configure the distribution, however. So when starting the interpreter `sysconfig.get_config_var('LIBDIR')` prints `/install/lib` - which...

compatibility

Hi, building with linux on a Ubuntu 18.04 does not seem to work. Running `./build-linux.py` leads to the following error: > Makefile:44: *** multiple target patterns. Stop. Any ideas what...

bug
platform:linux

I try to compile on Debian8.10. Its clean system, just installed. I was install Python3.6 and run this command: `python3.6 ./build-linux.py --python cpython-3.7` But after install some dependencies i catch...

bug
platform:linux