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
When using pluginbase 1.0.1 with setuptools module version greater than 66, receiving the following warning:
setuptools==67.8.0
venv39/lib/python3.9/site-packages/pkg_resources/__init__.py:121
.../venv39/lib/python3.9/site-packages/pkg_resources/__init__.py:121: DeprecationWarning: pkg_resources is deprecated as an API
warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
setuptools==70.1.1
venv39/lib/python3.9/site-packages/pluginbase.py:438
.../venv39/lib/python3.9/site-packages/pluginbase.py:438: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
return self._system_import(import_name, globals, locals,
The text was updated successfully, but these errors were encountered:
Are you sure it's actually this package that is triggering the warning? I have noticed this package has the nasty behaviour that when its consumer imports pkg_resources, stack trace can claim pluginbase is the culprit.
When using pluginbase 1.0.1 with setuptools module version greater than 66, receiving the following warning:
setuptools==67.8.0
setuptools==70.1.1
The text was updated successfully, but these errors were encountered: