I am trying to build grpcio against an already build protobuf version I am first building grpc core according to these instructions https://github.com/grpc/grpc/blob/e6cd312346655d9a936acfb97927dbcd35615623/test/distrib/cpp/run_distrib_test_cmake.bat
then I am moving on to the wheel build according to these instructions https://github.com/grpc/grpc/blob/7f32b96e3d9093dff6f0584ad605a2f10a744ec8/tools/run_tests/artifacts/build_artifact_python.bat However the build keeps failing (with or without cython) with the following error [Errno 2] No such file or directory: 'third_party\\protobuf\\src\\google\\protobuf\\wrappers.proto' My build tooldchain is the following: - MSVC 2017 - Python 3.6 - setuptools 40.8.0 - cython 0.29.13 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/dcb6679c-d620-4825-abb9-cad92619354f%40googlegroups.com.
