-
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
Python Pulsar-Client: Import error with Python 3.10 #15477
Comments
It works with version 3.8 from brew, but fails with 3.10. |
Are you seeing the same error on your machine as well? |
yes, same exact error. I switched to 3.8.x (whatever brew installed) and the problems went away. My guess is that the library is somehow missing for 3.10. |
Actually the library is indeed there: |
so if the powers that be can relink it it might solve the issue. |
Which Python 3.9 version are you using? When using Python 3.9.7 and pulsar-client 2.10.0 (or 2.9.2) i'm getting:
Thanks! |
The issue had no activity for 30 days, mark with Stale label. |
having the same issue |
The issue had no activity for 30 days, mark with Stale label. |
I think it's because we didn't release wheel for cpython 3.10. cc @codelipenghui @BewareMyPower |
The issue had no activity for 30 days, mark with Stale label. |
Work for me with Python 3.10 and Pulsar Python Client 2.10.1. The development of the Python client has been permanently moved to https://github.com/apache/pulsar-client-python. If it's still relevant, please open an issue there. |
Describe the bug
Hi, we're experiencing an import error when using Python 3.10 on OSX 11 and 12. We're installing the python pulsar-client-2.10.0 and having the same error on two machines:
If we switch to Python 3.8 or 3.9 this issue is resolved but we would really like to use python 3.10.
Thank you
The text was updated successfully, but these errors were encountered: