-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
ModuleNotFoundError: No module named 'typing_extensions' #1945
Comments
Thank you for opening the issue. |
I see, thanks for clarification |
Pierre-Sassoulas
added a commit
that referenced
this issue
Jan 8, 2023
Also fix the version check for 'typing-extensions' dependency in order to fix #1945
Pierre-Sassoulas
added a commit
that referenced
this issue
Jan 8, 2023
Also fix the version check for 'typing-extensions' dependency in order to fix #1945 (cherry picked from commit 19878a5) Co-authored-by: Pierre Sassoulas <[email protected]>
It was released in astroid 2.13.2, please update if you encounter the issue. |
@Pierre-Sassoulas thanks, its working now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
pre-commit/[email protected]
on github actions)Current behavior
Expected behavior
Should use astroid without exception being raised
pre-commit hook:
Looks like the issue is because of this recent change: https://github.com/PyCQA/astroid/blame/6d936e8d29aa4eb45f55e2c42652715f26d73599/astroid/constraint.py#L19
Not sure how requirements are handled exactly there, but
requirements_test_min.txt
hastyping-extension
, yetrequirements_test_pre_commit.txt
does not. Ifpre-commit
requirements one is only used to set up dependencies, this might be the problem?The text was updated successfully, but these errors were encountered: