You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/16 15:40:24 UTC

[GitHub] [pulsar] TheNotary edited a comment on issue #9594: Could not find a version that satisfies the requirement pulsar-client==2.7.0

TheNotary edited a comment 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").  
   
   @aahmed-se, is that how the maintainers have been publishing the Python stuff too?  I was puzzled earlier when I couldn't find where the python client was maintained.  


----------------------------------------------------------------
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:
users@infra.apache.org