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/02/14 19:50:22 UTC

[GitHub] [airflow] debugger22 opened a new issue #14229: Airflow installation suddenly stopped working few hours back

debugger22 opened a new issue #14229:
URL: https://github.com/apache/airflow/issues/14229


   Python version: 3.6
   pip version: 21.0.1 (Also tried with older version as written in doc)
   os: Ubuntu 18.04
   
   
   ```
   pip install apache-airflow==2.0.1 --constraint https://raw.githubusercontent.com/apache/airflow/constraints-2.0.1/constraints-3.6.txt
   ERROR: Could not find a version that satisfies the requirement apache-airflow==2.0.1
   ERROR: No matching distribution found for apache-airflow==2.0.1
   ```


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778831644


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] potiuk closed issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #14229:
URL: https://github.com/apache/airflow/issues/14229


   


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



[GitHub] [airflow] potiuk commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778844600


   Would be better if it did not happen :) . I will be more careful next time


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



[GitHub] [airflow] debugger22 commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
debugger22 commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778832103


   Sorry, the template was very big for such a simple behaviour. I can provide more information if asked.


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



[GitHub] [airflow] debugger22 commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
debugger22 commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778837180


   Yep, worked for me as well. Thanks for the quick fix!


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



[GitHub] [airflow] potiuk commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778835300


   It should be fixed now. Please let me know if it works!
   
   Sorry for this - I am automating it for future versions and I semi-automated it for 2.0.0 and 2.0.1 but those dev0 slipped throuh my radar.


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



[GitHub] [airflow] mpolatcan commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
mpolatcan commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778833730


   I don't know anything about that. Also, I have been working on that so I will continue install Airflow without constraint :)


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



[GitHub] [airflow] debugger22 commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
debugger22 commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778833939


   Thanks!
   


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



[GitHub] [airflow] mpolatcan commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
mpolatcan commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778833132


   Problem is that https://github.com/apache/airflow/blob/constraints-2-0/constraints-3.8.txt in line 104, apache-airflow==2.1.0.dev0, there is no version 2.1.0.dev0 on PYPI. It seems that @potiuk your update has broken constraint file for version 2.0.1 :)


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



[GitHub] [airflow] debugger22 commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
debugger22 commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778833369


   @mpolatcan I think your assessment is correct! Can this be fixed anytime soon? Tomorrow is Monday!


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



[GitHub] [airflow] mpolatcan commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
mpolatcan commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778838861


   Thanks for the quick fix @potiuk 👍 🤗 


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



[GitHub] [airflow] potiuk commented on issue #14229: Airflow installation suddenly stopped working few hours back

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #14229:
URL: https://github.com/apache/airflow/issues/14229#issuecomment-778835862


   I tested it locally and it works for me :D


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