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
It seems like the bazel wrapper escapes the bazel sandbox and relies on having the correct version of python installed on the system. Is there a way to force it to use the bazel python tool chain?
The text was updated successfully, but these errors were encountered:
logankaser
changed the title
Bazel wrapper uses system python instead of py_binary
When running under bazel, Emsdk should use the bazel python through something like py_binary instead of the system python
Aug 11, 2023
It seems like the bazel wrapper escapes the bazel sandbox
Could you go into a bit more detail here? What sort of issues has this caused you? Referring to #1422, I am just using the native implementation of py_binary (not the one from rules_python) which I suspect still uses the system installed Python.
If I get time to work on #1422, I intend to switch it over to python_rules since that might work around bazelbuild/bazel#17629.
It seems like the bazel wrapper escapes the bazel sandbox and relies on having the correct version of python installed on the system. Is there a way to force it to use the bazel python tool chain?
The text was updated successfully, but these errors were encountered: