Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

This script does not work with Python 3.5 #8

Closed
bogdanr opened this issue Nov 21, 2016 · 3 comments
Closed

This script does not work with Python 3.5 #8

bogdanr opened this issue Nov 21, 2016 · 3 comments

Comments

@bogdanr
Copy link

bogdanr commented Nov 21, 2016

It is not possible to test if the code is compatible with Python 3.5 because this setup only works with Python 2.7

For instance, fetch_gae_sdk.py does import StringIO which is not valid on Python 3.5.

@waprin waprin self-assigned this Nov 22, 2016
@waprin
Copy link
Contributor

waprin commented Nov 22, 2016

I'll take a look, it needs to be updated anyway since there's better ways to install the GAE SDK.

@waprin
Copy link
Contributor

waprin commented Nov 23, 2016

@bogdanr I just remembered something silly I should have remembered in the first place. App Engine standard does not support Python 3. App Engine Flexible does, which was formerly called managed VMs, and doesn't use that script since it doesn't use the GAE SDK. Feel free to re-open if there's any more confusion.

@Elijas
Copy link

Elijas commented Jan 6, 2019

@bogdanr I just remembered something silly I should have remembered in the first place. App Engine standard does not support Python 3. App Engine Flexible does, which was formerly called managed VMs, and doesn't use that script since it doesn't use the GAE SDK. Feel free to re-open if there's any more confusion.

Python 3.7 is now supported officially in the GAE Standard (non-flexible), but this is script is still outdated, I think it should be reopened.

Could you also share a sample code of the canon way to install SDK through shell? I've only managed to deploy with Travis-specific in-built commands.

@waprin, It seems I've accidentally unassigned you, not sure what's going on, I'm sorry about that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants