-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fetch a precompiled version of Python instead of depending on one in the system #324
Comments
This is indeed what I have been doing for the past week to standardise my builds across platforms. Can I suggest there to be an option to adopt For the |
Great,
Yes that's coming. This is an easy way to install Python, then I can install uv and launchpad from there. I'm going to create another issue for uv support. |
I've only got 3.12 in there at the moment, I need to work out an indexing method since the builds from UV are only the latest minor version from 3.10-3.14. |
Yeah I only support 3.12 in my solution; Also worth noting there is no musl build as of now (in case one needs to run on Alpine for example). There has been an issue for a while and hopefully it shouldn't be much longer to address it. |
Feature:
To bundled Python packages and ship them as nuget packages, it is unreasonable to expect the end user to have or know where Python is installed.
Use the new python-static-builds to have a simple zero-arguments locator which downloads and installs Python into a temporary folder and uses that for everything in CSnakes.
Related #322
The text was updated successfully, but these errors were encountered: