tisonkun commented on issue #12944: URL: https://github.com/apache/pulsar/issues/12944#issuecomment-1219300666
Trying to workaround with: ``` $ pulsar-client-cpp/docker/build-wheels.sh 3.8 cp38-cp38 manylinux2014 aarch64 $ mvn package -Pdocker,-main -am -pl docker/pulsar-all -DskipTests -DskipBuildPythonClient=true -DskipSourceReleaseAssembly=true ``` We should integrate this snippet into build scripts, though. FAILED with Python client depends on grpcio = 1.27.2, which doesn't support aarch64. A newer version can help, see also https://github.com/grpc/grpc/pull/25418 and https://github.com/grpc/grpc/issues/21283. cc @BewareMyPower @shibd @RobertIndie -- 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]
