google-cloud-python: Can't install: grpc
Once again, another packaging problem introduced via dependency.
https://travis-ci.org/wal-e/wal-e/builds/156938683
Could not find a version that satisfies the requirement grpc>=1.0.0 (from googleapis-common-protos->gcloud==0.17.0) (from versions: 0.3.post10, 0.3.post11, 0.3.post12, 0.3.post13, 0.3.post14, 0.3.post15, 0.3.post16, 0.3.post17, 0.3.post18, 0.3.post19)
Notably, this commit is a readme-only change, following yet another text-only change that succeeded three days ago.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 20 (7 by maintainers)
Here’s the error we’re getting when just trying install grpc at all to debug
@bjwatson the drones you are looking for are
grpcio, notgrpc.Should now be fixed. I pushed https://pypi.python.org/pypi/googleapis-common-protos
1.3.1with the correctgrpcio 1.0.0dependency.@tseaver Roger. Just filed https://github.com/googleapis/packman/pull/105 to fix the underlying issue, and am about to build
1.3.1.^^ seems like a compatibility issue with python3. “pip install grpc” seems to work fine.
@daspecster Yes, I just pushed a 1.3.0 version built with gRPC 1.0.0 GA, and including the LRO service methods. I’ll double check the
grpcdependency, and push1.3.1if it’s broken.@fdr Sorry for the trouble. We’ll get this fixed soon.