can solve it using the next commands in Windows Command Prompt or Windows Powershell:
uninstall setuptools
pip uninstall setuptools
reinstall the version which don't have these deprecated warnings.
pip install setuptools==66.1.1
or
pip install setuptools==69.0.2