Try following commands one by one, Hope these will help you to resolve this error.
Uninstall SetupTools: python -m pip uninstall pip setuptools
Check the version of Python you're using if not installed, it will install it for you. python -m ensurepip
Reinstall Setuptools: python -m pip install --upgrade pip