GCP app has been deployed without any errors, but the runtime 
configurations are not being considered.

I have the following runtime settings for python in app.yaml

runtime_config:

  python_version: *3.5*

But I see this error:

Traceback (most recent call last):
  File "/env/lib/python*3.6*/site-packages/google/auth/transport/requests.py", 
line 120, in __call__
    **kwargs)
  File "/env/lib/python*3.6*/site-packages/requests/sessions.py", line 512, in 
request
    resp = self.send(prep, **send_kwargs)
  File "/env/lib/python*3.6*/site-packages/requests/sessions.py", line 622, in 
send
    r = adapter.send(request, **kwargs)
  File "/env/lib/python*3.6*/site-packages/requests/adapters.py", line 513, in 
send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: 
HTTPConnectionPool(host='metadata.google.internal', port=80): Max retries 
exceeded with url: 
/computeMetadata/v1/instance/service-accounts/default/?recursive=true (Caused 
by NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7fd48226c4a8>: Failed to establish a new connection: [Errno 111] Connection 
refused',))


-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/96138ea0-1ca1-41b4-8c43-fecf24919aa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to