Produce redistributable builds of Python Resources Readme License MPL-2.0 license Activity Custom properties Stars 3kstars Watchers 25watching Forks 189forks Report repository Releases69 20250517Latest May 17, 2025 + 68 releases Sponsor this project indygregGregory Szorc Packages1 python-build-standalone Contributors37 + 23 contributors Languages Python...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} astral-sh / python-build-standalone Public Notifications You must be signed in to change notification settings Fork 169 Star 2.7k ...
这是由于国内访问github经常连不上,导致python下载失败。 3、解决方法 一个解决方法是设置github镜像,例如 uv python install 3.11.12 --mirror https://github-proxy.lixxing.top/https://github.com/astral-sh/python-build-standalone/releases/download https://github-proxy.lixxing.top 是镜像地址,如果失效,...
Using zig to build standalone python gotcha started Jan 22, 2025 in Ideas 0 2 💬 Transferring Stewardship to Astral indygreg started Dec 3, 2024 in General 3 1 🙏 Is there a way to use the distributable with PyInstaller? JimiC asked Oct 16, 2024 in Q&A · Unanswered 3 ...
Produce redistributable builds of Python. Contribute to astral-sh/python-build-standalone development by creating an account on GitHub.
Produce redistributable builds of Python. Contribute to astral-sh/python-build-standalone development by creating an account on GitHub.
Actions: astral-sh/python-build-standaloneActions All workflows check Dependabot Updates linux macos Release windows Management Caches All workflows Showing runs from all workflows 3,732 workflow runs Event Status Branch Actor
Produce redistributable builds of Python. Contribute to astral-sh/python-build-standalone development by creating an account on GitHub.
When acquiring python-build-standalone through uv, it would be beneficial to have an option that allows specifying a disk or particular server for downloads. This is crucial for environments with security or compliance requirements or when direct internet access is unavailable. While PyPI packages ...
Context: I was wondering whether astral-sh/python-build-standalone#421 might have helped with #6893 (answer: 'no'). This required me knowing which build of python-build-standalone I was using. Current uv behaviour seems to be that the ve...