Closed randomir closed 11 months ago
pkg_resources is not available in python 3.12 by default, as setuptools are not installed by default anymore. Furthermore, its usage has been deprecated in 3.12, to be replaced with importlib.metadata and packaging functionality.
pkg_resources
importlib.metadata
packaging
pkg_resources
is not available in python 3.12 by default, as setuptools are not installed by default anymore. Furthermore, its usage has been deprecated in 3.12, to be replaced withimportlib.metadata
andpackaging
functionality.