Describe the bug
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import DistributionNotFound, get_distribution
To Reproduce
Steps to reproduce the behavior:
pip install --upgrade setuptools Had to Update SEtuptools to get the migrate to install.
python manage.py migrate
Expected behavior
Feature to be removed?
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Win11
- Browser chrome
- Version dev
Additional context
Not sure if this was known. Sure it is something you guys can handle I just like to help if I can. Possibly none at all here :)
Describe the bug
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import DistributionNotFound, get_distribution
To Reproduce
Steps to reproduce the behavior:
pip install --upgrade setuptools Had to Update SEtuptools to get the migrate to install.
python manage.py migrate
Expected behavior
Feature to be removed?
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Not sure if this was known. Sure it is something you guys can handle I just like to help if I can. Possibly none at all here :)