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
Python multiprocessing is broken by grpcio==0.1.6.
Downgrading to grpcio==0.1.4 is a workaround.
The 'spawn' context option should be a workaround but is not because RLock objects are present and cannot be pickled for transmission to child processes.
OS type and version
MacOs and linux (Google App Engine Flex)
Python version and virtual environment information python --version
python 3.6.2
OS type and version
MacOs and linux (Google App Engine Flex)
Python version and virtual environment information
python --version
python 3.6.2
pip freeze
cachetools==2.0.1
certifi==2017.7.27.1
chardet==3.0.4
dill==0.2.7.1
future==0.16.0
gapic-google-cloud-pubsub-v1==0.15.4
google-auth==1.1.0
google-cloud-core==0.26.0
google-cloud-pubsub==0.27.0
google-gax==0.15.14
googleapis-common-protos==1.5.2
grpc-google-iam-v1==0.11.3
grpcio==1.6.0
httplib2==0.10.3
idna==2.6
monotonic==1.3
oauth2client==3.0.0
ply==3.8
proto-google-cloud-pubsub-v1==0.15.4
protobuf==3.4.0
pyasn1==0.3.5
pyasn1-modules==0.1.4
requests==2.18.4
rsa==3.4.2
six==1.11.0
tenacity==4.4.0
urllib3==1.22
Stacktrace if available
fails silently
Steps to reproduce
.
virtualenv -p python3 env
.
. env/bin/activate
.
pip install google-cloud-pubsub==0.27.0
. create topic and subscription for example (see below)
.
python <example>.py
Code example
The text was updated successfully, but these errors were encountered: