Google Cloud の基礎: App Engine を使ってみる のレビュー

Google Cloud の基礎: App Engine を使ってみる のレビュー

194054 件のレビュー

issue with the terminal

Smith Devon · 9ヶ月前にレビュー済み

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.

Hoff Nick · 9ヶ月前にレビュー済み

Nataraj Senthil Prabhu · 9ヶ月前にレビュー済み

Raje Saurabh · 9ヶ月前にレビュー済み

Quintanilla Paniagua Rafael Alberto · 9ヶ月前にレビュー済み

=> 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

Fortunato Daniele · 9ヶ月前にレビュー済み

Wang Alex · 9ヶ月前にレビュー済み

Aroob Hira · 9ヶ月前にレビュー済み

Lab done

Prasad Hari · 9ヶ月前にレビュー済み

Sai Dileep Kumar Routhu · 9ヶ月前にレビュー済み

Turi Roberto · 9ヶ月前にレビュー済み

ketchadji nguetmi zouadja francis jacquinot · 9ヶ月前にレビュー済み

ketchadji nguetmi zouadja francis jacquinot · 9ヶ月前にレビュー済み

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

Diwakar Amritansh · 9ヶ月前にレビュー済み

for the docker code snippet, python version should 3.8 instead of 3.7 or you get compatibility issues when running the docker build

Esquius Espinal David · 9ヶ月前にレビュー済み

Jagtap Swapnil · 9ヶ月前にレビュー済み

Nandini Sai Sireesha Tanukula · 9ヶ月前にレビュー済み

Vergara Allyne · 9ヶ月前にレビュー済み

. Sadhna · 9ヶ月前にレビュー済み

Ashley B Bautista Lei · 9ヶ月前にレビュー済み

Konda Lakshmana · 9ヶ月前にレビュー済み

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

Macalinao Raymond · 9ヶ月前にレビュー済み

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.

Mayhew Julie · 9ヶ月前にレビュー済み

kita atsushi · 9ヶ月前にレビュー済み

Florczak Tomasz · 9ヶ月前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。