Does Google App Engine support Python 3?

前端 未结 6 839
天命终不由人
天命终不由人 2020-12-15 02:30

I started learning Python 3.4 and would like to start using libraries as well as Google App Engine, but the majority of Python

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-15 03:13

    In the standard environment, vendoring was necessary to install third-party libraries. This task is not needed in the flexible environment as the runtime will automatically install dependencies declared in requirements.txt, including dependencies that require native extensions.

    https://cloud.google.com/appengine/docs/flexible/python/migrating-an-existing-app#behavioral_differences

提交回复
热议问题