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 was archived by the owner on Mar 20, 2018. It is now read-only.
I use google-cloud-pubsub and the requirement for grpc < 1.6dev is starting to cause issues. Can these please get updated (I wanted to test google-cloud-pubsub 0.28.3)
DEPENDENCIES = [
'dill >= 0.2.5, < 0.3dev',
'future >= 0.16.0, < 0.17dev',
'googleapis-common-protos >= 1.5.2, < 2.0dev',
'grpcio >=1.0.2, < 1.6dev',
'google-auth >= 1.0.0, <2.0dev',
'ply == 3.8',
'protobuf >= 3.0.0, < 4.0dev',
'requests >= 2.13.0, < 3.0dev'
]
$ pipenv install --dev
Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
Could not find a version that matches grpcio<1.6dev,<2.0.0dev,<2.0dev,==1.6.3,>=1.0.0,>=1.0.2
Tried: [....]