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 2020/04/08 10:56:22 UTC

[GitHub] [airflow] potiuk commented on issue #8211: Airflow webserver not starting on Ubuntu

potiuk commented on issue #8211: Airflow webserver not starting on Ubuntu 
URL: https://github.com/apache/airflow/issues/8211#issuecomment-610890807
 
 
   As of last week It is possible to use the requirements.txt as constraint file to install airflow. You can see it here:
   
   https://github.com/apache/airflow/blob/master/INSTALL
   
   and 
   
   https://github.com/apache/airflow/blob/master/IMAGES.rst
   
   For example: 
   ```
   pip install apache-airflow==1.10.9 --constraint requirements/requirements-python3.7.txt
   ```
   
   Or directly from GitHub:
   
   ```
   pip install apache-airflow[gcp]==1.10.9 \
      --constraint https://raw.githubusercontent.com/apache/airflow/v1-10-test/requirements/requirements-python3.7.txt
   ```
    
   Note that you have to choose the right python version.
   

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


With regards,
Apache Git Services