-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Drop Python 2.6 on appveyor, install 'grpcio' unconditionally. #1882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Python 2.6 on appveyor, install 'grpcio' unconditionally. #1882
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? |
grpcio
0.14.0 installs without errors on Python 3.4+.See #1863, failures after merging #1877.