devinbost commented on issue #15417: URL: https://github.com/apache/pulsar/issues/15417#issuecomment-1117722300
I tracked down the path to pip that was installed by brew. When I tried installing into that pip, I got the `No matching distribution` error I was seeing when I tried installing via anaconda for Python 2.10: ``` ➜ pulsar-dumps /opt/homebrew/Cellar/[email protected]/3.9.12/bin/pip3 install python-client DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621 ERROR: Could not find a version that satisfies the requirement python-client (from versions: none) ERROR: No matching distribution found for python-client ``` -- 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]
