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 Client 2.6.1] Unable to pip install 2.6.1 client for Python

See original GitHub issue

Describe the bug Documentation says Python Client for 2.6.1 is available https://pulsar.apache.org/docs/en/client-libraries-python/ but executing pip install only shows the latest as 2.6.0

To Reproduce Steps to reproduce the behavior:

  1. $ pip3 install pulsar-client==2.6.1
  2. Get Response ERROR: Could not find a version that satisfies the requirement pulsar-client==2.6.1 (from versions: 2.5.1, 2.5.2, 2.6.0) ERROR: No matching distribution found for pulsar-client==2.6.1

Expected behavior Python Client for Pulsar 2.6.1 is found and installed

Screenshots See above

Desktop (please complete the following information): $ python3 --version Python 3.8.5 $ pip3 --version pip 20.1.1 from /usr/local/lib/python3.8/site-packages/pip (python 3.8)

Additional context Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
frankjkellycommented, Sep 9, 2020

Yes I can.

0reactions
wolfstudycommented, Sep 9, 2020

Yes I can.

Thanks @frankjkelly feedback this issue, will close it, If there are other related questions, please reopen it or let me know, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Version 2.9.1 pulsar-client (python )is not available for Mac
Describe the bug. Version 2.9.1 of the pulsar-client (python ) is not available for Mac. To Reproduce pip install pulsar-client==2.9.1.
Read more >
'pip install' fails for every package ("Could not find a version ...
It seems both are not true for my case. pip shows up-to-date on running pip install --upgrade pip . python · pip ·...
Read more >
[GitHub] [pulsar] frankjkelly opened a new issue #7923
**Describe the bug** Documentation says Python Client for 2.6.1 is ... but executing `pip install` only shows the latest as 2.6.0 **To ...
Read more >
Appium-Python-Client - PyPI
Since v1.0.0, only Python 3.7+ is supported. Since v2.0.0, the base selenium client version is v4. The version only works in W3C WebDriver...
Read more >
How to PIP Install Requests Python Package - ActiveState
Requests Installation. Check if Requests is already installed and up-to-date by entering the following command: python -m pip show requests.
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