-
Notifications
You must be signed in to change notification settings - Fork 91
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
GELFRabbitHandler not imported in python new versions. #140
Comments
Hey! Is this lib still suported? Debugging the error, I found out that the problem is the amqplib (last update was 7 years ago) and it's being suppressed by the ImportError. But great news, amqlib was forked and now it's the official suport of Celery organization in this repository. Lines 23 to 26 in a5a82c5
It's time to consider migrate. Could we discuss it? |
I also encounter this issue with |
Would either of you be interested in opening a pull request to fix this issue? |
Was anyone able to test the fix? I don't have an active development setup for graypy right now but I'm more than happy to merge the fix if others can confirm it. |
@severb Sorry for the late reply. I applied the PR from @Felix2048 in our test environment and everything works fine. |
When use python3.9.13 I ran into the following error:
AttributeError: module 'graypy' has no attribute 'GELFRabbitHandler
Conditions:
graypy==2.1.0
amqplib==1.0.2
The text was updated successfully, but these errors were encountered: