question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python pulsar-client not available for Apple Silicon (M1)

See original GitHub issue

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)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
yaalsncommented, Apr 12, 2022

Good news! Pulsar python client supports Arm64 now since 2.9.2.

0reactions
tisonkuncommented, Nov 10, 2022

Closed as fixed. I can install 2.10.1 on Apple M1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python not working on Mac OS M1 as… - Apple Developer
Python not working on Mac OS M1 asking to install cmd developer tools.
Read more >
Set up a standalone Pulsar locally
This tutorial guides you through every step of installing Pulsar locally. System requirements​. Currently, Pulsar is available for 64-bit macOS, Linux, and ...
Read more >
Asahi Linux for Apple M1 progress report, August 2021
The trade-off is that the protocol is not stable and so Linux has to decide which versions it will support, and make sure...
Read more >
homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter aacgain 1.8 AAC‑supporting version of mp3gain aalib 1.4rc5 Portable ASCII art graphics library aamath 0.3 Renders mathematical expressions as ASCII art
Read more >
pulsar-client - npm
Start using pulsar-client in your project by running `npm i pulsar-client`. There are 11 other projects in the npm registry using ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found