Drop Python 2.6 on appveyor, install 'grpcio' unconditionally.#1882
Drop Python 2.6 on appveyor, install 'grpcio' unconditionally.#1882tseaver merged 1 commit intogoogleapis:masterfrom tseaver:1877-moar-appveyour-grpc-fixing
Conversation
|
@tseaver, do you have appveyor hooked up to your github username? or if you want I can copy this branch to my repo and run it. Update: Build running @ https://ci.appveyor.com/project/daspecster/gcloud-python-pjqjn |
|
Oops, I was out-of-sync and merged ahead of seeing your build finish. |
|
Np, I have it building master now https://ci.appveyor.com/project/daspecster/gcloud-python-pjqjn |
|
@tseaver lots of |
|
A little different for py3, |
|
Ugh. I'm not sure what to say: somebody has hosed the |
|
For windows specifically? |
|
It's still that unbuilt egg error for py3 https://ci.appveyor.com/project/daspecster/gcloud-python-pjqjn/build/1.0.5.master/job/0dn0nee07e773mc4#L149 And yeah for py2 it can't import timestamp_pb2 from google.protobuf. |
|
Could try and switching |
|
Maybe we should revert this PR (or at least the bit which globally installs |
|
Wouldn't we want it this way once grpc/grpc#6939 is resolved? |
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * pin pycparser==2.21 for python 3.7 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
grpcio0.14.0 installs without errors on Python 3.4+.See #1863, failures after merging #1877.