Re: Problem while upgrading lib

2017-10-03 Thread Charles Chen
Please also use the requirement "pip install apache_beam[gcp]" to pull in appropriate Google Cloud dependencies, if needed. On Tue, Oct 3, 2017 at 11:47 AM Ahmet Altay wrote: > google-apitools dependency (which is required for GCS) does not work > with oauth2client >=

Re: Problem while upgrading lib

2017-10-03 Thread Ahmet Altay
google-apitools dependency (which is required for GCS) does not work with oauth2client >= 4.0.0 [1]. Because of this Beam Python SDK also does not work with oauth2client >= 4.0.0 versions, and this is captured correctly in the setup.py [2]. Ahmet [1]

Re: Problem while upgrading lib

2017-09-19 Thread Morand, Sebastien
Hi, No help on this? Regards, *Sébastien MORAND* Team Lead Solution Architect Technology & Operations / Digital Factory Veolia - Group Information Systems & Technology (IS) Cell.: +33 7 52 66 20 81 / Direct: +33 1 85 57 71 08 Bureau 0144C (Ouest) 30, rue Madeleine-Vionnet - 93300 Aubervilliers,

Problem while upgrading lib

2017-09-15 Thread Morand, Sebastien
Hi, Hi got a problem when I install the oauth2client>=4.0.0 version: >>> import apache_beam.io.gcp.gcsio Traceback (most recent call last): File "", line 1, in File "/home/ubuntu/workspace/tmp/beam_oauth/env/local/lib/python2.7/site-packages/apache_beam/io/gcp/gcsio.py", line 53, in