snigdhasaikam30 edited a comment on issue #8467:
URL: https://github.com/apache/airflow/issues/8467#issuecomment-802987053


   > @snigdhasaikam30 try using 
`--constraint=https://raw.githubusercontent.com/apache/airflow/cc382b75783d76888fcd5b0e38228f08ee83dbd5/constraints-3.6.txt`
 when running the `pip install` command.
   > 
   > That constraint is the one that is working for me that I have in #14562. 
I'm using the same python version and airflow version that you are.
   
   This is what worked for us. 
   changed the user to "airflow" instead of root 
   
   
   USER airflow
   RUN pip install --user -I flask_oauthlib==0.9.6 
--constraint=https://raw.githubusercontent.com/apache/airflow/cc382b75783d76888fcd5b0e38228f08ee83dbd5/constraints-3.6.txt
   
   airflow:1.10.15-python3.6


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


Reply via email to