Google Cloud Fundamentals: Getting Started with App Engine Reviews

194396 reviews

francis jacquinot k. · Reviewed yaklaşık 2 yıl ago

francis jacquinot k. · Reviewed yaklaşık 2 yıl ago

The python version is not compatible with the Flask version. Plus understanding and executing steps would take more than 20mins

Amritansh D. · Reviewed yaklaşık 2 yıl ago

for the docker code snippet, python version should 3.8 instead of 3.7 or you get compatibility issues when running the docker build

David E. · Reviewed yaklaşık 2 yıl ago

Swapnil J. · Reviewed yaklaşık 2 yıl ago

Tanukula N. · Reviewed yaklaşık 2 yıl ago

Allyne V. · Reviewed yaklaşık 2 yıl ago

Sadhna .. · Reviewed yaklaşık 2 yıl ago

Lei A. · Reviewed yaklaşık 2 yıl ago

Lakshmana K. · Reviewed yaklaşık 2 yıl ago

Able to troubleshoot the issue with the version of the application inside requirements.txt

Raymond M. · Reviewed yaklaşık 2 yıl ago

scripts not working in step 2: Edit the Dockerfile [hint: nano Dockerfile] to contain the following content. FROM python:3.7 WORKDIR /app COPY . . RUN pip install gunicorn RUN pip install -r requirements.txt ENV PORT=8080 CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 main:app I had to change from python to FROM python:3.8 I also manually installed Flank3.0 and upgraded pip. Between all those actions - I managed to resolve my issue. Ultimately the 20 minutes isn't enough time if you need to troubleshoot.

Julie M. · Reviewed yaklaşık 2 yıl ago

atsushi k. · Reviewed yaklaşık 2 yıl ago

Tomasz F. · Reviewed yaklaşık 2 yıl ago

Martin A. · Reviewed yaklaşık 2 yıl ago

ERROR: Could not find a version that satisfies the requirement Flask==3.0.0

Norbert N. · Reviewed yaklaşık 2 yıl ago

scripts not working

Julie M. · Reviewed yaklaşık 2 yıl ago

Anu S. · Reviewed yaklaşık 2 yıl ago

An error occurred when I tried to build a Docker image. I fixed the version of Flask in requirement.txt and everything went fine.

佑介 安. · Reviewed yaklaşık 2 yıl ago

H M. · Reviewed yaklaşık 2 yıl ago

ERROR: Could not find a version that satisfies the requirement Flask==3.0.0

Norbert N. · Reviewed yaklaşık 2 yıl ago

Abhishek S. · Reviewed yaklaşık 2 yıl ago

Karen Christianne R. · Reviewed yaklaşık 2 yıl ago

OK

丈夫 原. · Reviewed yaklaşık 2 yıl ago

ERROR: Could not find a version that satisfies the requirement Flask==3.0.0

Norbert N. · Reviewed yaklaşık 2 yıl ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.