-
Notifications
You must be signed in to change notification settings - Fork 515
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
Sentry-SDK 1.33 fails to import with "parse_version` is undefined with greenlet installed #2473
Comments
Very likely caused by #2464 |
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine.
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine.
Thanks @potiuk ! |
@potiuk I published a patch for this, please give it a try: https://github.com/getsentry/sentry-python/releases/tag/1.33.1 |
Confirmed it works! |
Thanks for super-speedy fix :) |
BTW. Would be great to |
True. I see If I have the permissions to do this. |
Yanked! |
Fantastic! Thanks! |
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine. (cherry picked from commit 76847f8)
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine. (cherry picked from commit 76847f89629d853b6afb6ca38114d71d232fb7b1) GitOrigin-RevId: b9af4efb69570f8f76a14c7ad201cf15cfbf625c
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine. GitOrigin-RevId: 76847f89629d853b6afb6ca38114d71d232fb7b1
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine. GitOrigin-RevId: 76847f89629d853b6afb6ca38114d71d232fb7b1
The sentry_sdk 1.33.0 is broken, it fails to import when greenlet is installed. See: getsentry/sentry-python#2473 Most likely the will quickly release new version so != should be fine. GitOrigin-RevId: 76847f89629d853b6afb6ca38114d71d232fb7b1
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.33.0
Steps to Reproduce
root@99404168d77f:/opt/airflow# python
Python 3.8.18 (default, Oct 11 2023, 23:57:43)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
Works fine
Expected Result
The import should succeed.
Actual Result
The import fails with exception:
The text was updated successfully, but these errors were encountered: