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 page mentioned in the error message is not helpful, and the current docs don't quite explain a non-deprecated way to get a file using importlib.resources (the Traversable API is not yet documented).
The code suggests a workaround of not using importlib.resources, however: the except clause works:
Tests fail on Python 3.11:
The text was updated successfully, but these errors were encountered: