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
if you've never used Python before, I suggest you do more research before using it. Such an error means you haven't installed the module module.
To fix this: pip install typing
from typing import List, Optional
ImportError: No module named typing
How can I fix this
The text was updated successfully, but these errors were encountered: