0

When I am going to deploy app.yaml in GCP, suddenly getting error i.e. "ERROR: gcloud crashed (ModuleNotFoundError): No module named 'distutils.spawn'". Please suggest me the solution. I am using Ubuntu 18.04.5 with PHP App Engine.

1 Answers1

1

Try installing this and then deploy:

sudo apt install python3-distutils -y or python3 -m pip install setuptools