You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 02:49:54 UTC

[GitHub] [airflow] rino0601 commented on issue #25269: ImportError: cannot import name 'parse_rule' from 'werkzeug.routing' (/root/airflow-venv/airflow_virtualenv/lib/python3.7/site-packages/werkzeug/routing/__init__.py)

rino0601 commented on issue #25269:
URL: https://github.com/apache/airflow/issues/25269#issuecomment-1193496879

   I also met this error, then I found my instance's werkzeug version is `2.2.0`
   which is doesn't match with [constraints-3.9.txt](https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.9.txt) list. (werkzeug==2.1.2)
   
   so I downgrade werkzeug to 2.1.2, problem solved in my case.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org