Google Cloud の基礎: App Engine を使ってみる のレビュー
194430 件のレビュー
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 · 2年以上前にレビュー済み
kita atsushi · 2年以上前にレビュー済み
Florczak Tomasz · 2年以上前にレビュー済み
Austin Martin · 2年以上前にレビュー済み
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Nemeth Norbert · 2年以上前にレビュー済み
scripts not working
Mayhew Julie · 2年以上前にレビュー済み
Sunny Anu · 2年以上前にレビュー済み
An error occurred when I tried to build a Docker image. I fixed the version of Flask in requirement.txt and everything went fine.
安立 佑介 · 2年以上前にレビュー済み
M H · 2年以上前にレビュー済み
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Nemeth Norbert · 2年以上前にレビュー済み
Sharma Abhishek · 2年以上前にレビュー済み
Rivera-Longero Karen Christianne · 2年以上前にレビュー済み
OK
原 丈夫 · 2年以上前にレビュー済み
ERROR: Could not find a version that satisfies the requirement Flask==3.0.0
Nemeth Norbert · 2年以上前にレビュー済み
M Aravindhan · 2年以上前にレビュー済み
Reddy Srinath · 2年以上前にレビュー済み
廣岡 誠之 · 2年以上前にレビュー済み
A Ramya Lakshmi · 2年以上前にレビュー済み
Chicano Angela · 2年以上前にレビュー済み
Need to update the Dockerfile entry. The version of Python was incorrect.
Tyschenko Vadym · 2年以上前にレビュー済み
Li Shuo · 2年以上前にレビュー済み
廣岡 誠之 · 2年以上前にレビュー済み
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.
Moreland Joshua · 2年以上前にレビュー済み
Patrocinio Pedro · 2年以上前にレビュー済み
Salunkhe Ganesh · 2年以上前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。