Opinie (Google Cloud Fundamentals: Getting Started with App Engine)

Opinie (Google Cloud Fundamentals: Getting Started with App Engine)

194054 opinie

issue with the terminal

Devon S. · Sprawdzono 9 miesięcy temu

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. · Sprawdzono 9 miesięcy temu

Senthil Prabhu N. · Sprawdzono 9 miesięcy temu

Saurabh R. · Sprawdzono 9 miesięcy temu

Rafael Alberto Q. · Sprawdzono 9 miesięcy temu

=> 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. · Sprawdzono 9 miesięcy temu

Alex W. · Sprawdzono 9 miesięcy temu

Hira A. · Sprawdzono 9 miesięcy temu

Lab done

Hari P. · Sprawdzono 9 miesięcy temu

Routhu S. · Sprawdzono 9 miesięcy temu

Roberto T. · Sprawdzono 9 miesięcy temu

francis jacquinot k. · Sprawdzono 9 miesięcy temu

francis jacquinot k. · Sprawdzono 9 miesięcy temu

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

Amritansh D. · Sprawdzono 9 miesięcy temu

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. · Sprawdzono 9 miesięcy temu

Swapnil J. · Sprawdzono 9 miesięcy temu

Tanukula N. · Sprawdzono 9 miesięcy temu

Allyne V. · Sprawdzono 9 miesięcy temu

Sadhna .. · Sprawdzono 9 miesięcy temu

Lei A. · Sprawdzono 9 miesięcy temu

Lakshmana K. · Sprawdzono 9 miesięcy temu

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

Raymond M. · Sprawdzono 9 miesięcy temu

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. · Sprawdzono 9 miesięcy temu

atsushi k. · Sprawdzono 9 miesięcy temu

Tomasz F. · Sprawdzono 9 miesięcy temu

Nie gwarantujemy, że publikowane opinie pochodzą od konsumentów, którzy dane produkty kupili lub ich używali. Google nie weryfikuje opinii.