We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider using https://github.com/indygreg/PyOxidizer or similar to produce single file native executables, similar to how we use https://github.com/vercel/pkg in https://github.com/pulumi/pulumi-component-provider-ts-boilerplate. This way, users won't have to have Python installed and configured correctly to use the provider.
The text was updated successfully, but these errors were encountered:
One challenge with PyOxidizer is it doesn't appear to support cross-compilation: indygreg/PyOxidizer#95
Which means, for example, currently the macOS binaries would have to be built on macOS.
Sorry, something went wrong.
@justinvp I bumped into this project today. Another option for you to review if it might help.
https://nuitka.net/
No branches or pull requests
Hello!
Issue details
Consider using https://github.com/indygreg/PyOxidizer or similar to produce single file native executables, similar to how we use https://github.com/vercel/pkg in https://github.com/pulumi/pulumi-component-provider-ts-boilerplate. This way, users won't have to have Python installed and configured correctly to use the provider.
The text was updated successfully, but these errors were encountered: