-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
Incompatible with Python 3.10 #622
Comments
I am experiencing this issue also.
|
I also have this issue. Are there any plans to support Python 3.10? |
Quick fix is to patch it like so: |
can we address this? it's been over a year. is there a plan to merge this patch or otherwise? |
would you mind explaining how to do this? I'm assuming you'd start by forking |
No, that link shows a monkey-patch, meaning changing a module at runtime. It is not a source patch to be applied to source code. |
Is this not fixed yet? I'm still facing module not found 'apns2'. |
This comment has been minimized.
This comment has been minimized.
This comment was marked as abuse.
This comment was marked as abuse.
Still seeing this issue on python 3.11 |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Still an issue! |
I see that, this was opened on |
still bug! Is there anyone still maintaining this project? |
I believe this is addressed in this PR that I think is almost ready for merge: #696 |
@ssyberg you can test by yourself, It easy to appear |
I don't know what you mean |
This is a prone issue and I don't think it's been fixed yet |
You mean you don't think that PR addresses it? As I mentioned it hasn't been merged yet. |
So has this been fixed? I'm getting the Iterable thing |
As Python 3.8 is close to EOL, many people are migrating to newer versions. Are there any updates on this issue? |
Any updates on this? Having the samy issue with hyper on python 3.11 |
Thanks, it helped as a temporary workaround. Hope for this lib to be updated for 3.10+ though :) |
This package is not supported on Python 3.10.
Mainly because of the sub dependency
hyper
(discontinued) is importingIterable
fromcollection
instead ofcollection.abc
hyper
is dependency ofapns2
The text was updated successfully, but these errors were encountered: