yaalsn commented on issue #13864: URL: https://github.com/apache/pulsar/issues/13864#issuecomment-1049452941
> UPDATE: There is a 2.9.1 MacOS for arm64 now https://pypi.org/project/pulsar-client/2.9.1/#files > > But still I get > > ``` > $ 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.5.1, 2.5.2, 2.6.0, 2.6.1, 2.6.3, 2.7.0, 2.7.1, 2.7.2, 2.7.2.post0, 2.7.3, 2.8.0, 2.8.0.post0) > ERROR: No matching distribution found for pulsar-client==2.9.1 > WARNING: You are using pip version 21.1.1; however, version 22.0.3 is available. > You should consider upgrading via the '/Users/fkelly/.asdf/installs/python/3.8.10/bin/python3.8 -m pip install --upgrade pip' command. > ``` > > probably because I am using intel? <img width="818" alt="image" src="https://user-images.githubusercontent.com/10069311/155450683-bebceccb-d281-4975-b618-bf976d04a244.png"> Python pulsar-client 2.9.1 only release macos python3.9 arm64 version, so you can use python3.9 to install. And you can try `pyenv` and switch your python version quickly. -- 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]
