You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
➜ ~ podman run -it gcr.io/google-appengine/python bash
root@c5d23d90418b:/home/vmagent/app# ls -la ../..
root@c5d23d90418b:/home/vmagent/app# python3
Python 3.7.9 (default, Aug 26 2020, 23:41:20)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license"for more information.
>>>
It looks like there was an update to get the python 3.7 interpreter to use version
3.7.7
(fbc2908)However, it looks like the python docker image is still using the older
3.7.2
interpreter.Could the docker images get rebuilt with the 3.7.7 interpreter?
Thanks!
app.yaml
Deploy/Build logs
After ssh'ing to the GAE flex instance
$ docker exec -it 96bd4a82c606 /bin/bash root@96bd4a82c606:/home/vmagent/app# /env/bin/python -V Python 3.7.2 root@96bd4a82c606:/home/vmagent/app#
Expected the output to be
Python 3.7.7
The text was updated successfully, but these errors were encountered: