Google Cloud Fundamentals : Premiers pas avec App Engine avis

Google Cloud Fundamentals : Premiers pas avec App Engine avis

194054 avis

issue with the terminal

Devon S. · Examiné il y a 9 mois

Python 3.9 has no distribution compatible with Flask 3.0.0. I figured it out by having to update the requirement.txt to a lower version.

Nick H. · Examiné il y a 9 mois

Senthil Prabhu N. · Examiné il y a 9 mois

Saurabh R. · Examiné il y a 9 mois

Rafael Alberto Q. · Examiné il y a 9 mois

=> ERROR [8/8] RUN pip install -r requirements.txt 0.9s ------ > [8/8] RUN pip install -r requirements.txt: 0.739 ERROR: Ignored the following versions that require a different python version: 2.3.0 Requires-Python >=3.8; 2.3.1 Requires-Python >=3.8; 2.3.2 Requires-Python >=3.8; 2.3.3 Requires-Python >=3.8; 3.0.0 Requires-Python >=3.8 0.740 ERROR: Could not find a version that satisfies the requirement Flask==3.0.0 (from versions: 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.7, 0.7.1, 0.7.2, 0.8, 0.8.1, 0.9, 0.10, 0.10.1, 0.11, 0.11.1, 0.12, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5) 0.740 ERROR: No matching distribution found for Flask==3.0.0

Daniele F. · Examiné il y a 9 mois

Alex W. · Examiné il y a 9 mois

Hira A. · Examiné il y a 9 mois

Lab done

Hari P. · Examiné il y a 9 mois

Routhu S. · Examiné il y a 9 mois

Roberto T. · Examiné il y a 9 mois

francis jacquinot k. · Examiné il y a 9 mois

francis jacquinot k. · Examiné il y a 9 mois

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

Amritansh D. · Examiné il y a 9 mois

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. · Examiné il y a 9 mois

Swapnil J. · Examiné il y a 9 mois

Tanukula N. · Examiné il y a 9 mois

Allyne V. · Examiné il y a 9 mois

Sadhna .. · Examiné il y a 9 mois

Lei A. · Examiné il y a 9 mois

Lakshmana K. · Examiné il y a 9 mois

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

Raymond M. · Examiné il y a 9 mois

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 9 mois

atsushi k. · Examiné il y a 9 mois

Tomasz F. · Examiné il y a 9 mois

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.