bry00 opened a new issue #5842: pip can't find pulsar-client 2.4.2 for Python 3.8 URL: https://github.com/apache/pulsar/issues/5842 **Describe the bug** Cannot install [`pulsar-client==2.4.2`](https://pulsar.apache.org/docs/en/client-libraries-python/#installation-using-pip) on Python 3.8.0, receiving error: `No matching distribution found for pulsar-client`. **To Reproduce** Steps to reproduce the behavior: 1. Try to install pulsar-client in the Python 3.8.0 environment: ```Python (.venv) # python -V Python 3.8.0 (.venv) # pip install pulsar-client ERROR: Could not find a version that satisfies the requirement pulsar-client (from versions: none) ERROR: No matching distribution found for pulsar-client ``` 2. See error **Expected behavior** The python-client should be installed according to [docs](https://pulsar.apache.org/docs/en/client-libraries-python/#installation-using-pip). **Desktop (please complete the following information):** - OS: macOS Catalina (v. 10.15.2)
---------------------------------------------------------------- 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] With regards, Apache Git Services
