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
/venv/lib/python3.13/site-packages/dictdiffer/__init__.py", line 15, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
dictdiffer==0.8.0
setuptools==82.0.0
Bug description
/venv/lib/python3.13/site-packages/dictdiffer/__init__.py", line 15, in <module> import pkg_resources ModuleNotFoundError: No module named 'pkg_resources'dictdiffer when used with setuptools version >=82.0.0 throws ModuleNotFoundError.
pkg_resourceshas been removed from Setuptools https://setuptools.pypa.io/en/stable/history.html#v82-0-0