tvalentyn
tvalentyn
cc: @veblush from grpcio team.
I would consider trying to install grpcio from sources, and try to do a bisection via `git bisect` within grpcio repo. There are instructions on building from sources in https://pypi.org/project/grpcio/1.48.0/
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,...
bisection points to https://github.com/grpc/grpc/commit/977ebbef0925e70867bb627d8cde50f4fcee45aa
cc: @ctiller
filed https://github.com/grpc/grpc/issues/30446
passing back to @chamikaramj in case grpcio team needs help / questions regarding xlang.
reopen to also merge the CP to release branch.
Offending release was yanked.
@jamesandreou would an in-process Flink runner work for you? ``` # (in a separate terminal) docker run --net=host apache/beam_flink1.11_job_server:latest python -m your_pipeline --runner PortableRunner --job_endpoint="localhost:8099" --environment_type="LOOPBACK" --streaming ```