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
The documentation for 3.9 and 3.10 about the importlib package mentions the class importlib.resources.abc.Traversable, which only exists since 3.11. Instead, the importlib.abc.Traversable should be mentionned.