[ 
https://issues.apache.org/jira/browse/AIRFLOW-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457768#comment-16457768
 ] 

ASF subversion and git services commented on AIRFLOW-2343:
----------------------------------------------------------

Commit 8e4c36975a09c0949eb22512ff429236df8e97ca in incubator-airflow's branch 
refs/heads/v1-10-test from [~kaxilnaik]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=8e4c369 ]

[AIRFLOW-2266][AIRFLOW-2343] Remove google-cloud-dataflow dependency

This is caused due to the fact that the latest
release (2.4) for apache-beam[gcp] is not
available for Python 3.x. Also as we are using
Google's discovery based API for all google cloud
related commands we don't require to import
google-cloud-dataflow package

Closes #3273 from kaxil/patch-3

(cherry picked from commit e9b74b68aa848b6ac5602f3e435cba38efde32d5)
Signed-off-by: Fokko Driesprong <fokkodriespr...@godatadriven.com>


> pip gcp_api dependency conflicts
> --------------------------------
>
>                 Key: AIRFLOW-2343
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2343
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: Airflow 1.9.0
>         Environment: Ubuntu Server 17.10
> Debian 9
>            Reporter: Simon Hellbe
>            Assignee: Kaxil Naik
>            Priority: Major
>             Fix For: 1.10.0
>
>
> In a clean virtualenv with python 2.7 on Ubuntu:
> {code:java}
> pip install apache-airflow[gcp_api]{code}
> Fails with downstream dependency conflicts for the installed versions of 
> google-cloud-bigquery and google-cloud-pubsub. Have tried installing various 
> versions of the packages but can't find a compatible combination.
> {code:java}
> google-cloud-pubsub 0.26.0 has requirement 
> google-cloud-core<0.26dev,>=0.25.0, but you'll have google-cloud-core 0.28.1 
> which is incompatible.
> apache-beam 2.4.0 has requirement dill==0.2.6, but you'll have dill 0.2.7.1 
> which is incompatible.apache-beam 2.4.0 has requirement httplib2<0.10,>=0.8, 
> but you'll have httplib2 0.11.3 which is incompatible.
> googledatastore 7.0.1 has requirement httplib2<0.10,>=0.9.1, but you'll have 
> httplib2 0.11.3 which is incompatible.{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to