You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/07/05 13:47:00 UTC

[jira] [Commented] (AIRFLOW-4901) Jinja2 dependency resolution

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

Ash Berlin-Taylor commented on AIRFLOW-4901:
--------------------------------------------

The version we have in our setup.py requirements is {{jinja2>=2.10.1, <2.11.0}} - do you have any idea where {{<=2.10.0}} and {{==2.10}} are coming from?

> Jinja2 dependency resolution
> ----------------------------
>
>                 Key: AIRFLOW-4901
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4901
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 1.10.3
>         Environment: MacOS / Linux
>            Reporter: Mike Wallis
>            Priority: Major
>
> We're using pipenv for dependency management and the current version of apache-airflow has internal dependency issues with Jinja2 so we cannot create a lockfile.
> The error message that we get is below.
> Could not find a version that matches jinja2<=2.10.0,==2.10,>=2.10,>=2.10.1,>=2.5,>=2.7.3
> This is an example Pipfile with just apache-airflow
> {code:java}
> [[source]] 
> name = "pypi" 
> url = "https://pypi.org/simple" 
> verify_ssl = true 
> [dev-packages] 
> apache-airflow = "==1.10.3" 
> [requires] 
> python_version = "3.7"
> {code}



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