When I type "dev_appserver.py" in windows command prompt I receive:
Traceback (most recent call last):
File "C:\Users\computername\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\dev_appserver.py", line 95, in
assert sys.version_info[0] == 2
AssertionError
Why is this? I can't run the program? Why would there be an assertion error. Please help! I can't run a local cloud engine server on windows currently.
For what it's worth I've tried with python 3.7, 3.8, and 2.7... all with the same issue.