GitHub user swjz added a comment to the discussion: Python 3.6 client for aarch64/arm64 Linux?
Thanks a lot! One more thing, is there a docker image for ARM arch as well? I see on https://hub.docker.com/r/apachepulsar/pulsar/tags there seems to be `linux/amd64` images only, and if I pull up that image, I'm getting this error: ``` $ sudo docker run -it --name pulsar -p 6650:6650 -p 8080:8080 --mount source=pulsardata,target=/pulsar/data --mount source=pulsarconf,target=/pulsar/conf apachepulsar/pulsar:2.10.1 bin/pulsar standalone WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested standard_init_linux.go:228: exec user process caused: exec format error ``` GitHub link: https://github.com/apache/pulsar/discussions/17994#discussioncomment-3858364 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
