You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2018/05/20 11:06:00 UTC

[jira] [Resolved] (AIRFLOW-2489) Align Flask dependencies with FlaskAppBuilder

     [ https://issues.apache.org/jira/browse/AIRFLOW-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaxil Naik resolved AIRFLOW-2489.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Resolved by https://github.com/apache/incubator-airflow/pull/3382

Commit: https://github.com/apache/incubator-airflow/commit/b755d35479ecd77bc264471aa830a90d5ca66211

> Align Flask dependencies with FlaskAppBuilder
> ---------------------------------------------
>
>                 Key: AIRFLOW-2489
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2489
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Fokko Driesprong
>            Assignee: Fokko Driesprong
>            Priority: Major
>             Fix For: 2.0.0
>
>
> Right now it might take a while to update the dependencies. And we would like to update the dependencies to make sure that we don't have any version conflicts like:
> Traceback (most recent call last):
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/bin/airflow", line 4, in <module>
>     __import__('pkg_resources').require('apache-airflow==2.0.0.dev0+incubating')
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3086, in <module>
>     @_call_aside
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3070, in _call_aside
>     f(*args, **kwargs)
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3099, in _initialize_master_working_set
>     working_set = WorkingSet._build_master()
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages/pkg_resources/__init__.py", line 576, in _build_master
>     return cls._build_from_requirements(__requires__)
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages/pkg_resources/__init__.py", line 589, in _build_from_requirements
>     dists = ws.resolve(reqs, Environment())
>   File "/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages/pkg_resources/__init__.py", line 783, in resolve
>     raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (Flask 0.12.4 (/home/travis/build/Fokko/incubator-airflow/.tox/py27-backend_postgres/lib/python2.7/site-packages), Requirement.parse('Flask<0.12.2,>=0.10.0'), set(['flask-appbuilder']))



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