You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# bpython
Traceback (most recent call last):
File "/usr/local/bin/bpython", line 5, in <module>
from bpython.curtsies import main
File "/usr/local/lib/python3.10/site-packages/bpython/curtsies.py", line 16, in <module>
from . import args as bpargs, translations, inspection
File "/usr/local/lib/python3.10/site-packages/bpython/args.py", line 47, in <module>
from .config import default_config_path, Config
File "/usr/local/lib/python3.10/site-packages/bpython/config.py", line 37, in <module>
from .autocomplete import AutocompleteModes
File "/usr/local/lib/python3.10/site-packages/bpython/autocomplete.py", line 50, in <module>
from . import inspection
File "/usr/local/lib/python3.10/site-packages/bpython/inspection.py", line 31, in <module>
from typing_extensions import Literal
ModuleNotFoundError: No module named 'typing_extensions'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: