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 больше 2 лет ago
atsushi k. · Reviewed больше 2 лет ago
Tomasz F. · Reviewed больше 2 лет ago
Martin A. · Reviewed больше 2 лет ago
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · Reviewed больше 2 лет ago
scripts not working
Julie M. · Reviewed больше 2 лет ago
Anu S. · Reviewed больше 2 лет 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 больше 2 лет ago
H M. · Reviewed больше 2 лет ago
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · Reviewed больше 2 лет ago
Abhishek S. · Reviewed больше 2 лет ago
Karen Christianne R. · Reviewed больше 2 лет ago
OK
丈夫 原. · Reviewed больше 2 лет ago
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Norbert N. · Reviewed больше 2 лет ago
Aravindhan M. · Reviewed больше 2 лет ago
Srinath R. · Reviewed больше 2 лет ago
誠之 廣. · Reviewed больше 2 лет ago
Ramya Lakshmi A. · Reviewed больше 2 лет ago
Angela C. · Reviewed больше 2 лет ago
Need to update the Dockerfile entry. The version of Python was incorrect.
Vadym T. · Reviewed больше 2 лет ago
Shuo L. · Reviewed больше 2 лет ago
誠之 廣. · Reviewed больше 2 лет 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 больше 2 лет ago
Pedro P. · Reviewed больше 2 лет ago
Ganesh S. · Reviewed больше 2 лет ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.