GitHub user tisonkun edited a comment on the discussion: Strange failure when build Pulsar Docker image on M1
For grpcio issues, we may try to upgrade the version if there's no regression. It seems we should upgrade the one inside bookkeeper first. grpcio-1.47.0 doesn't require c++ compilation: ``` $ pip3 install grpcio Collecting grpcio Using cached grpcio-1.47.0-cp310-cp310-macosx_12_0_arm64.whl Requirement already satisfied: six>=1.5.2 in /opt/homebrew/lib/python3.10/site-packages (from grpcio) (1.16.0) Installing collected packages: grpcio Successfully installed grpcio-1.47.0 ``` Reference: * https://github.com/apache/bookkeeper/pull/2432 * https://github.com/grpc/grpc/pull/25418 GitHub link: https://github.com/apache/pulsar/discussions/17166#discussioncomment-3424343 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org