Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.x versions broke google appengine compatibility (subprocess dependency) #23

Closed
fabito opened this issue Jun 15, 2016 · 4 comments
Closed
Labels

Comments

@fabito
Copy link

fabito commented Jun 15, 2016

I'm using python-jose on GAE and had to fallback to 0.5.6.
0.6.x versions are no working.
Seems like its related to the "builtins" dependency (which depends on unavailable subprocess module [1]) introduced in this commit:

babfe19

[1] https://cloud.google.com/appengine/kb/#libraries

@fabito fabito changed the title 0.6.x versions don't run on google appengine due to "subprocess" dependency 0.6.x versions broke google appengine compatibility (subprocess dependency) Jun 15, 2016
@mpdavis
Copy link
Owner

mpdavis commented Jun 15, 2016

Well that isn't going to work.

I'll get a fix out shortly.

@mpdavis
Copy link
Owner

mpdavis commented Jun 15, 2016

@fabito I submitted a fix and tagged version 0.7.0 which should fix the issue.

Let me know if you continue to have issues.

@fabito
Copy link
Author

fabito commented Jun 16, 2016

@mpdavis , I just tried 0.7.0 and seems to be working fine - at least jwt.decode which is the only method I'm currently using.

thanks!

@fabito fabito closed this as completed Jun 16, 2016
@mpdavis
Copy link
Owner

mpdavis commented Jun 16, 2016

Thanks for checking and getting back to me.

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

No branches or pull requests

2 participants