#### Expected behavior Using pip3, I've tried to install the latest release of the pulsar-client version 2.1.0. I expected a clean install, given that version 2.1.0 has been released via pypi (link here).
#### Actual behavior Unfortunately, there seems to be an error finding the 2.0.0 distribution. Not sure if someone has had a similar problem. See stacktrace below: ``` Could not find a version that satisfies the requirement pulsar-client==2.1.0 (from -r requirements.txt (line 54)) (from versions: 1.19.0, 1.20.0, 1.21.0, 1.22.0, 2.0.1) No matching distribution found for pulsar-client==2.1.0 ``` #### Steps to reproduce On MacOS, install pulsar client as: pip3 install pulsar-client==2.1.0 #### System configuration Pulsar version: 2.1.0 Python version: 3.6.5 Pip version: 9.0.3 [ Full content available at: https://github.com/apache/incubator-pulsar/issues/2568 ] This message was relayed via gitbox.apache.org for [email protected]
