tvalentyn commented on issue #22533:
URL: https://github.com/apache/beam/issues/22533#issuecomment-1200062320
Bisection notes. To rebuild grpcio between bisection iterations:
- deactivate and recreate a venv
- install apache-beam[gcp]
- uninstall grpcio
- cleanup leftovers in grpcio clone from previous build iteration, prepare
for new build. ` git clean -dfx; git submodule update --init ; pip install -r
requirements.txt ;`
- install grpcio `GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install . `
- stash local changes w/ `git stash`
- try to repro the issue
- continue bisection
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]