关于“Google Cloud Fundamentals: Getting Started with App Engine”的评价

关于“Google Cloud Fundamentals: Getting Started with App Engine”的评价

评论

issue with the terminal

Devon S. · 评论9 months之前

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. · 评论9 months之前

Senthil Prabhu N. · 评论9 months之前

Saurabh R. · 评论9 months之前

Rafael Alberto Q. · 评论9 months之前

=> 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. · 评论9 months之前

Alex W. · 评论9 months之前

Hira A. · 评论9 months之前

Lab done

Hari P. · 评论9 months之前

Routhu S. · 评论9 months之前

Roberto T. · 评论9 months之前

francis jacquinot k. · 评论9 months之前

francis jacquinot k. · 评论9 months之前

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

Amritansh D. · 评论9 months之前

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. · 评论9 months之前

Swapnil J. · 评论9 months之前

Tanukula N. · 评论9 months之前

Allyne V. · 评论9 months之前

Sadhna .. · 评论9 months之前

Lei A. · 评论9 months之前

Lakshmana K. · 评论9 months之前

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

Raymond M. · 评论9 months之前

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. · 评论9 months之前

atsushi k. · 评论9 months之前

Tomasz F. · 评论9 months之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。