-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] No module named 'typing_extensions' #3511
Comments
This specifically comes from this commit/change: 67e68f3#diff-77d13adf0fa7cbb6c2fa6adba6462b8d37e1797ab2f23229c8b6d84d7ba0fb6dR42 The project requires |
cc: @willmcgugan for visibility |
Since 67e68f3 was merged, the rich.progress module requires the external typing_extensions library in Python 3.9 and 3.10. Bump the upper version to meet that requirement. Fixes: Textualize#3511
Since 67e68f3 was merged, the rich.progress module requires the external typing_extensions library in Python 3.9 and 3.10. Bump the upper version to meet that requirement. Fixes Textualize#3511
Since 67e68f3 was merged, the rich.progress module requires the external typing_extensions library in Python 3.9 and 3.10. Bump the upper version to meet that requirement. Fixes Textualize#3511
I hit the same problem via the bandit tool (the tool depends on rich). I've submitted the PR which hopefully fixes the issue and appreciate any feedback. |
I hope we solved your problem. If you like using Rich, you might also enjoy Textual |
Thank you @willmcgugan for the speedy hot fix ❤️ I can confirm this has resolved our issue (using via twine). |
Describe the bug
Since rich 13.9.0 has been released, when I try to upload a package with twine, I'm getting the following error:
When I manually install
typing_extensions
or when I fix rich version to 13.8.1 the problem doesn't appear.It's pretty similar to #2979.
The text was updated successfully, but these errors were encountered: