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
... yadda yadda yadda
from typing_extensions import Final, Literal, SupportsIndex # noqa: F401
ImportError: cannot import name 'SupportsIndex' frohm 'typing_extensions'
Steps to Reproduce the Problem
Specifications
Version: 0.1.8
Platform: Windows 10
Subsystem:
Note: I did resolve this by upgrading typing_extensions from 3.7.4 to 3.10.0.2