When starting the process, an error occurs that the system cannot find the pkg_resource module, I checked the presence of setuptools and pkg_resources in the folder (IT exists, it is there), I thought that an error occurred and deleted setuptools
pip uninstall setuptools
and then downloaded again
pip install setuptools
The installation was successful and when starting the process, the same error occurs and I do not understand what to do
Expected the process to be completed successfully