Laurance George
Laurance George
Our team can confirm this behavior/bug in our environment, although we have yet to make an easily reproduceable and shareable example. `rules_python` version `0.10.0` throws the error while `0.9.0` does...
Some further updates. - my previous post was incorrect wrt the versions, `0.10.0` has the issue, `0.9.0` does not. Post edited for clarity - the offending commit seems to be...
@groodt I just read your comment https://github.com/bazelbuild/rules_python/pull/715#issuecomment-1152152023 and it seems very similar to our situation, except you get lucky and go just under the limit. As I mentioned in my...
This appears to be a subtle bug arising from some latent assumptions between rules_python and the upstream bazel native python_stub_template. The change effectively doubles the length of the `PYTHONPATH` ,...