dtwright opened a new issue #5654: Python Pypi installation of pulsar-client broken because 2.4.1.post1 doesn't have Linux files URL: https://github.com/apache/pulsar/issues/5654 **Describe the bug** Trying to install pulsar-client on anything other than MacOS fails, because the 2.4.1.post1 published to Pypi only has MacOS files included. This means installing any package with Pipenv that declares a dependency on pulsar-client will result in strange failures, because Pypi says 2.4.1.post1 is available, but the the matching files for my arch (Linux) don't actually exist in the repo. It is possible to work around this by explicitly installing 2.4.1, but this is not desirable for automatically tracking new versions. **To Reproduce** Steps to reproduce the behavior: 1. `Pipenv install pulsar-client` on any non MacOS system 2. Observe installation failure **Expected behavior** Successful package installation **Desktop (please complete the following information):** - OS: Ubuntu 19.04
---------------------------------------------------------------- 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
