ModuleNotFoundError: No module named 'setuptools'

Have you tried

pip install -U pip setuptools wheel

?

(wheel optional)