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:
- Install Python 3.12.4
- Install ChangeDetection 0.45.24
- 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.
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:
Expected behavior
It should work fine
Actual behavior
For every URL it will fail and show "No module named pkg_resources"
Solution
pip install setuptoolsand it will work.