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 2021/04/21 17:23:31 UTC

[GitHub] [airflow] zhzhang commented on issue #15447: `db init` and `webserver` commands do not work on fresh install without constraints

zhzhang commented on issue #15447:
URL: https://github.com/apache/airflow/issues/15447#issuecomment-824229341


   @AlienationX you can include the needed constraint dependencies by doing
   ```
   pip install apache-airflow==2.0.1 --constraint <constraint file for your env>
   ```
   as described [here](https://airflow.apache.org/docs/apache-airflow/stable/start/local.html).
   
   If you're using poetry, you can do `poetry run pip ...` followed by the same command instead.
   
   
   


-- 
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:
users@infra.apache.org