-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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' #5107
Comments
Probably related to the aiohttp PR #5078 (6 days ago) |
Thanks for the report! |
Fixed by #5123 |
Hi, I'm still running into a similar issue with aiohttp v3.7.3. I have a Docker image using Python 3.8 in which pipenv installs from a Pipfile.lock. In my Pipfile, I require python=3.8, but when I build the Pipfile.lock, the dependency typing-extensions has the marker:
Because of this, my pytests failed to find typing-extensions with the same error as the title of this issue. I was able to get around this issue by explicitly requiring typing-extensions in my Pipfile, instead of implicitly installing it as a dependency of aiohttp, but it seems hacky. |
Same issue as above with
|
This comment has been minimized.
This comment has been minimized.
It can't be the same: e7dc844 + python/typing@c6c7dfd. |
🐞 Describe the bug
After updating aiohttp from 3.6.2 to 3.7.0, the gql tests are failing on python 3.8 with the Exception
ModuleNotFoundError: No module named 'typing_extensions'
💡 To Reproduce
Check the PR #156
The text was updated successfully, but these errors were encountered: