You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 0fb4ce1 / PR #2481 breaks the py_binary bootstrap wrapper for systems that have Python 2 as the system Python. Reverting that commit fixes the issue.
Is this a regression?
Yes, regression as of commit 0fb4ce1. Commit was first released in version 1.1.0.
🔬 Minimal Reproduction
Create a py_binary.
Try to run it on a Linux system that has Python 2 as the system Python.
@rickeylev Thank you for the pointers! I will follow up about --bootstrap_impl=script on the other issue. To be clear, the issue here is that commit 0fb4ce1 breaks the py_binary bootstrap wrapper for a system Python 2, even if the py_binary is Python 3. Are you saying system Python 2 is no longer supported at all?
Uh oh!
There was an error while loading. Please reload this page.
🐞 bug report
Description
Commit 0fb4ce1 / PR #2481 breaks the
py_binary
bootstrap wrapper for systems that have Python 2 as the system Python. Reverting that commit fixes the issue.Is this a regression?
Yes, regression as of commit 0fb4ce1. Commit was first released in version 1.1.0.
🔬 Minimal Reproduction
py_binary
.🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
The text was updated successfully, but these errors were encountered: