yaalsn commented on issue #13864:
URL: https://github.com/apache/pulsar/issues/13864#issuecomment-1049695319


   > Thanks @yaalsn
   > 
   > I tried upgrading to Python 3.9.10 and still no luck. Did I misinterpret?
   > 
   > ```
   > $ python --version
   > Python 3.9.10
   > $ pip install pulsar-client==2.9.1
   > Looking in indexes: https://pypi.org/simple, 
https://****@artifactory.cogitocorp.us/artifactory/api/pypi/pypi-virtual/simple
   > ERROR: Could not find a version that satisfies the requirement 
pulsar-client==2.9.1 (from versions: 2.7.2, 2.7.2.post0, 2.8.0.post0)
   > ERROR: No matching distribution found for pulsar-client==2.9.1
   > WARNING: You are using pip version 21.2.4; however, version 22.0.3 is 
available.
   > You should consider upgrading via the 
'/Users/fkelly/.asdf/installs/python/3.9.10/bin/python3.9 -m pip install 
--upgrade pip' command.
   > ```
   
   Make sure that you are using apple silicon chip macbook and try to install 
with command `pip3 install pulsar-client==2.9.1`


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