8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documenta 8000 tion.
There was an error while loading. Please reload this page.
1 parent e80a979 commit c74692eCopy full SHA for c74692e
appengine/flexible/datastore/app.yaml
@@ -3,4 +3,6 @@ env: flex
3
entrypoint: uwsgi --http-socket :$PORT --ini uwsgi.ini
4
5
runtime_config:
6
- python_version: 3
+ # Use Python 2 for now, as uWSGI has installation issues with Python 3.5.
7
+ # See https://github.com/GoogleCloudPlatform/python-runtime/issues/96
8
+ python_version: 2
0 commit comments