-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
ImportError: cannot import name 'Self' from 'typing_extensions' #2533
Comments
Thank you, very much appreciated. I've asked on the other project as well to get it up-to-date. |
@k9ert can you list the other projects? I'll be happy to send a PR to them too (I feel like that's better than adding a workaround here, since it won't last long) :) |
It's here: bitcoin-core/HWI#572 |
This should have been fixed in HWI now :) I'll close the issue! |
The discussion is ongoing on there side and they have some point of not immediately removing the upper pin.
What about that? |
This is happening if i use
typing_extensions==3.10.2
and it disappears afterpip3 install typing_extensions==4.0.0
. Now, i'd like to use3.10.2
as i have a conflict otherwise:So i'd appreciate if you can either fix the issue or adjust the dependencies (in order to convince the other project to upgrade).
System Information
3.10.4
0.156.3
The text was updated successfully, but these errors were encountered: