简体   繁体   中英

How to migrate Google Appengine Python runtime 2.7 to 3.7?

I'm going to migrate Google Appengine Python runtime 2.7 to 3.7. How can I achieve it seamless?

Understanding differences between Python 2 and Python 3 on the App Engine standard environment , buried in the official docs, describes the challenges. You will not be able to migrate seamlessly unless you do not use ndb, memcache, email, or most of the other APIs that made GAE-Std-Py27 a PaaS. Most of these APIs are not available (yet?) in GAE-Std-Py3.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM