Can I use Endpoints Frameworks with GAE if it supports only Python 2.7.x. It doesn't support Python 3.x?

冷暖自知 提交于 2019-12-11 17:13:27

问题


I am setting up a new API and Google Cloud Endpoints Frameworks looks like a good candidate to use with an AppEngine standard handler. The API handler is to accesses BigQuery in the backend - This seems to prefer newer cloud-api-client libraries.

Python 2.7 is deprecated at the start of 2020. I can't find any guidance on whether Google is going to update endpoints to support GAE on Python3.x or removed (replaced with some other product perhaps?)

App Engine now supports Python 3.x.

Should I be considering cloud endpoints framework for a new project?


回答1:


You're right, Endpoints Frameworks do not support Python 3.x yet.

A possible solution would be to use Cloud Endpoints on App Engine flexible environment.



来源:https://stackoverflow.com/questions/58428630/can-i-use-endpoints-frameworks-with-gae-if-it-supports-only-python-2-7-x-it-doe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!