TheNotary commented on issue #9594:
URL: https://github.com/apache/pulsar/issues/9594#issuecomment-779915809


   I noticed this issue too.  You can debug the problem by viewing the files 
uploaded to [pypi](https://pypi.org/project/pulsar-client/#files).  You'll see 
file names such as `pulsar_client-2.7.0-cp38-cp38-macosx_10_15_x86_64.whl` 
wherein the cp38 means C Python 3.8.  They don't have a package for C Python 
3.9 or 3.5 (your current python version).  As a work around until they perform 
more builds, you can use `pyenv` to install Python 3.8 on your mac, and then 
pip should work.  Use similar debugging to see if you can get a distribution to 
the Pi ok (Python 3.8 should work on "manylinux").  


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to