sarimak commented on issue #13278: URL: https://github.com/apache/pulsar/issues/13278#issuecomment-994581162
I was missing support for Linux, Python 3.9 and pulsar-client 2.8.1 and I was able to compile the wheel myself (using Ubuntu 21.10). Perhaps you could do the same for 3.10 in the meantime. I checked out this Git repo, switched to v2.8.1 tag and back-ported the diff from pull request which introduced the dockerized build for Python 3.9 (which has to use manylinux2014 instead of manylinux1 due to an upstream library): https://github.com/apache/pulsar/pull/10954/files Then I simply ran docker-build.python3.9.sh in pulsar-client-cpp folder and waited over an hour. -- 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]
