Thanks for the note! We attempted to set the python version via the `-p` flag but it didn't work with `pip3`, we'll look further into this though
Thanks! On Thu, Aug 5, 2021 at 9:09 PM NoCommandLine <[email protected]> wrote: > This Google Documentation > <https://github.com/GoogleCloudPlatform/python-runtime>, says > > ...... # Use -p python3 or -p python3.7 to select python version. ...... > > > * .....* NoCommandLine *......* > https://nocommandline.com > > *A GUI for Google App Engine* > On Wednesday, August 4, 2021 at 3:59:16 PM UTC-7 [email protected] > wrote: > >> Hello, >> >> I have a simple application running on a App Engine Standard with the >> runtime set to python37. Locally, I am using Docker and python image from >> Google, but it seems like I cannot match the version. >> >> *Dockerfile* >> >> FROM gcr.io/google-appengine/python # Results in 3.6.8 >> >> ENV PIPENV_VENV_IN_PROJECT=/home/vmagent/app/.venv >> >> RUN pip3 install pipenv==2018.11.26 >> >> *app.yaml* >> service: name >> runtime: python37 >> >> manual_scaling: >> instances: 1 >> >> handlers: >> - url: /.* >> secure: always >> redirect_http_response_code: 301 >> script: auto >> >> Thanks! >> >> -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/86498a50-8fe6-4cdc-922b-34ab127db3ben%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/86498a50-8fe6-4cdc-922b-34ab127db3ben%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Robin Kurtz (he/him) www.osedea.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CANXjb2NVV-DJ4V3ZyO1QSxZiuvGXJft%2Bki8Cunzn0OWOOv-S1g%40mail.gmail.com.
