krissetto opened a new issue #13153:
URL: https://github.com/apache/pulsar/issues/13153
**Describe the bug**
When trying to build a dockerized python application that has pulsar-client
<2.8.0 & >= 2.7.1 as a dependency, the build always fails with
`ERROR: Could not find a version that satisfies the requirement
pulsar-client`
**To Reproduce**
Steps to reproduce the behavior:
1. Create a dockerized python app with a pulsar-client dependency >= 2.7.1
in the requirements.txt file and a RUN command in the dockerfile to install them
2. Build container, pip will try to Install the dependencies
3. See error
**Expected behavior**
Dependency installs without issues
**Desktop (please complete the following information):**
- OS: macOS 12.0.1
- Arch: ARM64 (Apple silicon)
--
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]