Skip to content
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] ModuleNotFoundError: No module named 'typing_extensions' for v12.5.0 #2386

Closed
l-spiecker opened this issue Jul 11, 2022 · 2 comments · Fixed by #2387
Closed

[BUG] ModuleNotFoundError: No module named 'typing_extensions' for v12.5.0 #2386

l-spiecker opened this issue Jul 11, 2022 · 2 comments · Fixed by #2387

Comments

@l-spiecker
Copy link

Version: v12.5.0, Python 3.9

import rich.logging
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich\logging.py", line 13, in
from .traceback import Traceback
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich\traceback.py", line 26, in
from .syntax import Syntax
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich\syntax.py", line 52, in
from typing_extensions import TypeAlias
ModuleNotFoundError: No module named 'typing_extensions'

@l-spiecker l-spiecker changed the title [BUG] import rich.logging for v12.5.0 [BUG] ModuleNotFoundError: No module named 'typing_extensions' for v12.5.0 Jul 11, 2022
@l-spiecker
Copy link
Author

python -m rich
Traceback (most recent call last):
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich_main
.py", line 8, in
from rich.markdown import Markdown
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich\markdown.py", line 15, in
from .syntax import Syntax
File "C:\Users\clientadmin\miniconda3\envs\bio2print3\lib\site-packages\rich\syntax.py", line 52, in
from typing_extensions import TypeAlias
ModuleNotFoundError: No module named 'typing_extensions'

@github-actions
Copy link

Did I solve your problem?

Why not buy the devs a coffee to say thanks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant