[google-appengine] Re: Not able to run dev_appserver with Python 3 only environment

2020-10-08 Thread Will Reiher
dev_appserver.py requires python 2. You actually run it with python2 and it will spawn a python 3 process to handle your python3 app. This allows it to support app engine services that use different languages. On Wednesday, August 12, 2020 at 3:37:14 AM UTC-7 rit...@gmail.com wrote: > Hello >

Re: [google-appengine] Re: Not able to run dev_appserver with Python 3 only environment

2020-09-17 Thread wesley chun
Hi Ritesh, let me offer some alternatives in addition to Alexis' recommendations: 1. I would avoid using Homebrew for installing the Cloud SDK... we have a note at the bottom of the first section of the App Engine install docs

[google-appengine] Re: Not able to run dev_appserver with Python 3 only environment

2020-08-13 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Ritesh, I looked in our internal issues and I did not find this error posted. It could be a new one. However, a quick Google search shows that someone here[1] downgraded to an older version of the SDK and it worked. Older versions of the SDK can be found here[2]. If it does work with an