ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'
Solution 1:
Try installing this and then deploy:
sudo apt install python3-distutils -y or python3 -m pip install setuptools
Try installing this and then deploy:
sudo apt install python3-distutils -y or python3 -m pip install setuptools