[
https://issues.apache.org/jira/browse/AIRFLOW-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16882809#comment-16882809
]
ASF GitHub Bot commented on AIRFLOW-4901:
-----------------------------------------
ashb commented on pull request #5556: [AIRFLOW-4901] Relaxes jinja2 version
requirement
URL: https://github.com/apache/airflow/pull/5556
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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.14#76016)