python-build-standalone
python-build-standalone copied to clipboard
Produce redistributable builds of Python
These were disabled in #319 due to a segmentation fault when running profiling with the instrumented binaries. Needs more investigation, but we should eventually enable this again.
Attempt to work through some of the failures in https://github.com/indygreg/python-build-standalone/pull/303 > It seems we have to bring a copy of zlib as a DLL now, so the installers will need...
Hi! Thanks for the awesome work you do here, Gregory! I have one ask though. Would it be possible to bump the tk/tcl version provided from `8.6.12` to `8.6.13` (or...
The free-threaded build of python is still in beta but it would be great to make it available so users can test it. ref #263, #319
I think this is a bit better practice. The cache handling in this action is relatively robust.
The sqlite option SQLITE_ENABLE_DBSTAT_VTAB enables the `dbstat` virtual table that can show table sizes. The Python on my distro (Mint) was linked to a sqlite that had been compiled with...
`-isysroot` flag in macOS distributions prevent compiling some dependencies (well pybullet at least)
I downloaded the distribution for [`cpython-3.12.5+20240814-aarch64-apple-darwin-install_only.tar.gz`](https://github.com/indygreg/python-build-standalone/releases/download/20240814/cpython-3.12.5+20240814-aarch64-apple-darwin-install_only.tar.gz) and ran the following: ```bash ❯ ./python/bin/python -c "import sysconfig; print(sysconfig.get_config_vars('CFLAGS'))" ['-fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -arch arm64 -mmacosx-version-min=11.0 -Wno-nullability-completeness -Wno-expansion-to-defined -Wno-undef-prefix...
We vendor some 3rd party dependencies to reduce the number of system deps we have and to ensure consistency between installations. Whilst evaluating this project as a basis for the...
This project's release artifacts are continuing to gain popularity. I initially only published the zstd compressed _full_ archives for use with PyOxidizer. Then when people discovered the utility of the...
In this release https://github.com/indygreg/python-build-standalone/releases/tag/20240726 it's using a link that doesn't go anywhere: https://gregoryszorc.com/docs/python-build-standalone/20240726/running.html Good link is presumably https://gregoryszorc.com/docs/python-build-standalone/20240725/running.html