Skip to content

ModuleNotFoundError: No module named 'pkg_resources' with Setuptools v82.0.0 #193

Description

@avalanchy

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_resources has been removed from Setuptools https://setuptools.pypa.io/en/stable/history.html#v82-0-0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions