Python 3.7.9
What operating system (Linux, Windows,...) and version?
Ubuntu 18.04.5 LTS
What did you do?
I added some log codes in grpc/third_party/protobuf/src/google/protobuf code, then i compiled protobuf , compiled grpc and install grpc python from source
mkdir -p "third_party/protobuf/cmake/build"
cd "third_party/protobuf/cmake/build"
cmake -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
make -j14 install
popd
make -j14
i modified setup.py, add this code:
pip install -rrequirements.txt
GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .
What did you expect to see?
Changes for Protobuf take effect
What did you see instead?
Changes for Protobuf did not take effect