Skip to content

"No module named pkg_resources" on Python 3.12 due to missing "setuptools" #2422

Description

@jiangzhenjerry

Describe the bug
Running 0.45.24 on Python 3.12. It will not be able to work because "setuptools" is missing

Version
ChangeDetection 0.45.24. Python 3.12.4

To Reproduce

Steps to reproduce the behavior:

  1. Install Python 3.12.4
  2. Install ChangeDetection 0.45.24
  3. Run ChangeDetection

Expected behavior
It should work fine

Actual behavior
For every URL it will fail and show "No module named pkg_resources"

Solution
pip install setuptools and it will work.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions