-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Undeclared typing-extensions dependency in 6.5.0 #323
Comments
I am also encountering this error. This is my stack
EDIT: I experience this issue in a 3.9 virtualenv in my CI pipeline, but I do not encounter this problem with CI virtualenv's with 3.10+. |
Well, shoot. This dependency also will cause problems when porting the change to CPython, as CPython cannot have dependencies. I wonder what the pure-python equivalent would be. |
6.5.2 being released now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This import from typing_extensions is causing a
ModuleNotFound
error for me. I think you'll need to add typing-extensions as a dependency inpyproject.toml
importlib_resources/importlib_resources/abc.py
Line 20 in 10d87bf
The text was updated successfully, but these errors were encountered: