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.

[Client][Python] Release Manager does not push a release for Mac python clients

See original GitHub issue

Describe the bug No Mac (Intel?) python clients listed here https://pypi.org/project/pulsar-client/2.9.1/#files or here https://pypi.org/project/pulsar-client/2.8.2/#files

To Reproduce Steps to reproduce the behavior:

pip install pulsar-client==2.8.2      
Looking in indexes: https://pypi.org/simple, https://****@artifactory.cogitocorp.us/artifactory/api/pypi/pypi-virtual/simple
ERROR: Could not find a version that satisfies the requirement pulsar-client==2.8.2 (from versions: 2.5.1, 2.5.2, 2.6.0, 2.6.1, 2.6.3, 2.7.0, 2.7.1, 2.7.2, 2.7.2.post0, 2.7.3, 2.8.0, 2.8.0.post0)
ERROR: No matching distribution found for pulsar-client==2.8.2
WARNING: You are using pip version 21.1.1; however, version 21.3.1 is available.
You should consider upgrading via the '/Users/fkelly/.asdf/installs/python/3.8.10/bin/python3.8 -m pip install --upgrade pip' command.

Expected behavior Each Pulsar Client version should be present e.g. 2.8.1, 2.8.2, 2.9.1 etc.

Desktop (please complete the following information):

  • OS: Mac OS Catalina

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:27 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
frankjkellycommented, Apr 12, 2022

Thanks again. So I did

$  wget https://files.pythonhosted.org/packages/8d/30/ac074d168f0b1065637e8ac2626770eb5a0454d820e1db2b3f67fee5ae43/pulsar_client-2.9.2-cp38-cp38-macosx_11_0_universal2.whl
$  mv pulsar_client-2.9.2-cp38-cp38-macosx_11_0_universal2.whl pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal2.whl
$  pip install pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal2.whl

and it appears to have worked

Looking in indexes: https://pypi.org/simple, https://****@artifactory.cogitocorp.us/artifactory/api/pypi/pypi-virtual/simple
Processing ./pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal2.whl
Requirement already satisfied: certifi in ./.asdf/installs/python/3.8.10/lib/python3.8/site-packages (from pulsar-client==2.9.2) (2021.5.30)
Requirement already satisfied: six in ./.asdf/installs/python/3.8.10/lib/python3.8/site-packages (from pulsar-client==2.9.2) (1.16.0)
Installing collected packages: pulsar-client
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
platform2-library 0.1.0 requires certifi<2021.0.0,>=2020.12.5, but you have certifi 2021.5.30 which is incompatible.
platform2-library 0.1.0 requires idna<3.0,>=2.10, but you have idna 3.2 which is incompatible.
platform2-library 0.1.0 requires prometheus-client<0.10.0,>=0.9.0, but you have prometheus-client 0.11.0 which is incompatible.
Successfully installed pulsar-client-2.9.2

Thanks!

1reaction
b0mbayscommented, Apr 12, 2022

I think @yaalsn proposed downloading this wheel manually and then renaming it to pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal.whl and then doing a pip install pulsar_client-2.9.2-cp38-cp38-macosx_10_15_universal.whl whilst in the same folder as the renamed wheel package.

Read more comments on GitHub >

github_iconTop Results From Across the Web

telnetlib — Telnet client — Python 3.11.1 documentation
The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL, SE (Subnegotiation ... Changed in version 3.6: Context manager support...
Read more >
influxdb-client - PyPI
The API of the influxdb-client-python is not the backwards-compatible ... The python package is hosted on PyPI, you can install latest version directly:...
Read more >
Python Elasticsearch Client — Python Elasticsearch client 8.5 ...
Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very...
Read more >
Python quickstart - Docs API - Google Developers
Click Create Credentials > OAuth client ID. Click Application type > Desktop app. In the Name field, type a name for the credential....
Read more >
CLI - Transifex Developer Hub
Download from Github Releases (Linux/Mac/Windows) ... You can skip the installation and run the Transifex client from Docker if it is
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