You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: