-
Notifications
You must be signed in to change notification settings - Fork 52
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
Pycurl 7.45.3 breaks our celery workers #3252
Comments
Merged
jmsmkn
added a commit
that referenced
this issue
Feb 21, 2024
Workaround for #3252 --------- Co-authored-by: James Meakin <[email protected]>
Merged
Closed
I could not get a newer version of pycurl to work, it turns out that the dependency has been removed from kombu. I made a PR to reflect that in Celery. If that's all accepted we can remove the direct dependency pinning and test once Celery 5.5 is released and integrated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pycurl version 7.45.3 is broken. Import fails with
ImportError: pycurl: libcurl link-time ssl backend (gnutls) is different from compile-time ssl backend (openssl)
The text was updated successfully, but these errors were encountered: