-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't instantiate abstract class _Interceptor with abstract method __await__ #20
Comments
I've provided a bit more info in #21 could you describe more about your issue? Does it fail in 3.11 or 3.12 in the same ways? |
could you also try using anycorn instead of hypercorn and see if the issue persists? |
Thank you so much for replying and for the PR. I just locked the version to |
I also encountered the same issue on python 3.9.x with following error
Happening in both anycorn and hypercorn while running with more than 1 workers. I saw #23, hopefully that fixes it. |
ah ok looks like an easy fix (that wasn't fixed in #23), I'll get on it. |
@M0N0Atomic can you check if this fixes it? |
Yes that fixed it. |
@M0N0Atomic thanks for the report, released in 0.2.1! |
Hello, I've a project deps on
Quart
andHypercorn
, when I build the latest image yesterday, I found the quart cannot work.After a hard check, I found it was caused by
taskgroup
's upgrading. It works well withtaskgroup==0.0.0a4
but broken withtaskgroup==0.1.1
(also in 0.0.0a5). I thought it was because the new versiontaskgroup
has some conflicts with my own task management. I'm trying to find it out, but this repository has much too little information, could you add a detailed README or other documentation fortaskgroup
?Thank you.The text was updated successfully, but these errors were encountered: