-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a version that satisfies the requirement pulsar-client==2.7.0 #9594
Comments
You can try this, this is what I use to build and distribute python libs |
I noticed this issue too. You can debug the problem by viewing the files uploaded to pypi. You'll see file names such as @aahmed-se, is that how the maintainers have been publishing the Python stuff too? I was puzzled earlier when I couldn't find where the python client was maintained. |
Anyone have any success with this? I wanted to try and compile on the Raspberry Pi but I don't know where to even start. |
Did anyone have any success with this ? I've been trying different means to install the python pulsar-client but haven't been able to. If there is a specific version of python and the pulsar-client library which works, I'm more than happy to try that combination out. |
i am also always getting errors trying to install pulsar-client, onnxruntime, curl-cffi below, tried 2 days to solve. installed pyhton 9, 3.11.10, 3.12., nothing changed tried in a env
triend to install all manually like
tried to install dependencies via poetry install. so cant get autochatgpt to run system: debian bullseye uname -a `Poetry (version 1.8.2) Package operations: 85 installs, 1 update, 0 removals
IsolatedBuildError Backend subprocess exited when trying to invoke get_requires_for_build_wheel Traceback (most recent call last): at ~/.local/share/pypoetry/venv/lib/python3.11/site-packages/poetry/installation/chef.py:82 in _prepare Note: This error originates from the build backend, and is likely not a problem with poetry but with curl-cffi (0.6.2) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "curl-cffi (==0.6.2)"'.
RuntimeError Unable to find installation candidates for onnxruntime (1.17.1) at ~/.local/share/pypoetry/venv/lib/python3.11/site-packages/poetry/installation/chooser.py:86 in choose_for Cannot install onnxruntime.
RuntimeError Unable to find installation candidates for pulsar-client (3.4.0) at ~/.local/share/pypoetry/venv/lib/python3.11/site-packages/poetry/installation/chooser.py:86 in choose_for Cannot install pulsar-client.` |
Describe the bug
Python pulsar-client can't be installed on both Raspberry Pi 4B and M1 MacBook Pro.
To Reproduce
Desktop (please complete the following information):
MacBook Pro (13-inch, M1, 2020):
Raspberry Pi 4 Model B:
I've tried to build from myself for several days, but many environment issues happened and I finally give up. Could you please provide these arm processor packages? Thanks very very much :-)
The text was updated successfully, but these errors were encountered: