Google Cloud Fundamentals: Getting Started with App Engine Reviews

194430 reviews

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 over 2 years ago

atsushi k. · Reviewed over 2 years ago

Tomasz F. · Reviewed over 2 years ago

Martin A. · Reviewed over 2 years ago

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

Norbert N. · Reviewed over 2 years ago

scripts not working

Julie M. · Reviewed over 2 years ago

Anu S. · Reviewed over 2 years 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 over 2 years ago

H M. · Reviewed over 2 years ago

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

Norbert N. · Reviewed over 2 years ago

Abhishek S. · Reviewed over 2 years ago

Karen Christianne R. · Reviewed over 2 years ago

OK

丈夫 原. · Reviewed over 2 years ago

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

Norbert N. · Reviewed over 2 years ago

Aravindhan M. · Reviewed over 2 years ago

Srinath R. · Reviewed over 2 years ago

誠之 廣. · Reviewed over 2 years ago

Ramya Lakshmi A. · Reviewed over 2 years ago

Angela C. · Reviewed over 2 years ago

Need to update the Dockerfile entry. The version of Python was incorrect.

Vadym T. · Reviewed over 2 years ago

Shuo L. · Reviewed over 2 years ago

誠之 廣. · Reviewed over 2 years ago

The application would not build at first due to Flask 3.0 not being available. Downgraded it to required the highest available and it worked.

Joshua M. · Reviewed over 2 years ago

Pedro P. · Reviewed over 2 years ago

Ganesh S. · Reviewed over 2 years ago

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