sarimak edited a comment on issue #13278:
URL: https://github.com/apache/pulsar/issues/13278#issuecomment-994586366


   Since the build script is using PyPA's official base Docker image for 
manylinux wheels, it could be just a matter of changing the 
`PYTHON_VERSION="3.9"` and `PYTHON_SPEC="cp39-cp39"` to 3.10 (in the build 
script) and adding it to `PYTHON_VERSIONS` (both in build-wheels.sh and 
create-images.sh).
   
   Since the whole build happens inside the Docker container, there is no need 
to install C++ libraries on your physical workstation. The final step which is 
running the `auditwheel repair` failed for me (wrong commandline arguments I 
think) but I think it is not needed for the build itself.


-- 
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]


Reply via email to