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
pkg_resources is no longer supported in python 3.13, the same functionality have been rolled under importlib.resources, importlib.metadata, and/or setuptools
pkg_resources
is no longer supported in python 3.13, the same functionality have been rolled underimportlib.resources
,importlib.metadata
, and/orsetuptools
E.g. see here: mu-editor/mu#2485
The text was updated successfully, but these errors were encountered: