Google Cloud Fundamentals: Getting Started with App Engine avis

194430 avis

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. · Examiné il y a plus de 2 ans

atsushi k. · Examiné il y a plus de 2 ans

Tomasz F. · Examiné il y a plus de 2 ans

Martin A. · Examiné il y a plus de 2 ans

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

Norbert N. · Examiné il y a plus de 2 ans

scripts not working

Julie M. · Examiné il y a plus de 2 ans

Anu S. · Examiné il y a plus de 2 ans

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

佑介 安. · Examiné il y a plus de 2 ans

H M. · Examiné il y a plus de 2 ans

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

Norbert N. · Examiné il y a plus de 2 ans

Abhishek S. · Examiné il y a plus de 2 ans

Karen Christianne R. · Examiné il y a plus de 2 ans

OK

丈夫 原. · Examiné il y a plus de 2 ans

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

Norbert N. · Examiné il y a plus de 2 ans

Aravindhan M. · Examiné il y a plus de 2 ans

Srinath R. · Examiné il y a plus de 2 ans

誠之 廣. · Examiné il y a plus de 2 ans

Ramya Lakshmi A. · Examiné il y a plus de 2 ans

Angela C. · Examiné il y a plus de 2 ans

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

Vadym T. · Examiné il y a plus de 2 ans

Shuo L. · Examiné il y a plus de 2 ans

誠之 廣. · Examiné il y a plus de 2 ans

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. · Examiné il y a plus de 2 ans

Pedro P. · Examiné il y a plus de 2 ans

Ganesh S. · Examiné il y a plus de 2 ans

Nous ne pouvons pas certifier que les avis publiés proviennent de consommateurs qui ont acheté ou utilisé les produits. Les avis ne sont pas vérifiés par Google.