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
{{ message }}
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.
[exec] File "/path-to-packages/google/gax/__init__.py", line 35, in <module>
[exec] import multiprocessing as mp
[exec] File "/usr/lib/python2.7/multiprocessing/__init__.py", line 65, in <module>
[exec] from multiprocessing.util import SUBDEBUG, SUBWARNING
[exec] File "/usr/lib/python2.7/multiprocessing/util.py", line 41, in <module>
[exec] from subprocess import _args_from_interpreter_flags
[exec] ImportError: cannot import name _args_from_interpreter_flag
Obviously this is quite the inconvenience for GCP customers who want to use the GAX backend for Google's APIs.
The text was updated successfully, but these errors were encountered:
The recent addition of a use of
multiprocessing
has broken this on Google App Engine (as it doesn't support mp).https://github.com/googleapis/gax-python/blame/4e15ca6412b54950c20705a72cda54ee27ba9436/google/gax/__init__.py#L35
Upon execution (truncated):
Obviously this is quite the inconvenience for GCP customers who want to use the GAX backend for Google's APIs.
The text was updated successfully, but these errors were encountered: