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
"ModuleNotFoundError: No module named 'typing.io'; 'typing' is not a package'" occurs because Python 3.13 removed typing.io and typing.re as submodules of the typing module.
Installing on python 3.12 solved the issue.
The text was updated successfully, but these errors were encountered:
"ModuleNotFoundError: No module named 'typing.io'; 'typing' is not a package'" occurs because Python 3.13 removed typing.io and typing.re as submodules of the typing module.
Installing on python 3.12 solved the issue.
The text was updated successfully, but these errors were encountered: