-
-
Notifications
You must be signed in to change notification settings - Fork 617
Closed
Labels
Can Close?Will close in 30 days if there is no new activityWill close in 30 days if there is no new activity
Description
Bazel currently has good support for creating single executable python binary outputs (e.g python zip and previously, par), however these formats don't support producing a single file that is compatible with multiple platforms (e.g. Linux and MacOS) when dependencies include platform-specific dependencies.
Some solutions exist for this problem (e.g. the pex format supports that use case by including all the various wheels in the output file and doing some magic with sys.path at runtime) but no such thing is currently supported by rules_python
.
It would be great to have a solution to support the multi-platform case for python binaries.
thundergolfer, whilp and jdavidheiser
Metadata
Metadata
Assignees
Labels
Can Close?Will close in 30 days if there is no new activityWill close in 30 days if there is no new activity