Install a fake local grpc-google-iam-v1
to resolve the version conflict.
#2457
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See https://readthedocs.org/projects/google-cloud-python/builds/4449660/ for validation of this fact (at 388b9bf). This is a temporary hack to workaround the fact that the latest (0.10.1)
gapic-google-pubsub-v1
relies ongrpc-google-iam-v1
0.10.0, but they have contradicting bounds onoauth2client
:'oauth2client>=1.4.11, <2.0.0',
ingrpc-google-iam-v1
'oauth2client>=3.0.0, <4.0.0dev',
ingapic-google-pubsub-v1
Fixes #2405.
WORTH NOTING: I am sending the PR from a branch I created on
GoogleCloudPlatform
. I created it here so I could test if the hack worked on RTD without having to keep behaving badly with premature merges./cc @bjwatson
ASIDE: @tseaver @jonparrott Any idea why
pip
is cool with the version conflict butsetuptools
isn't? (Evidence:python setup.py install
fails at the "Processing dependencies" step with the conflict described above, butpip
is happy to let it happen.)