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/11/12 06:33:40 UTC

[GitHub] [airflow] winsont1 opened a new issue, #27632: Remove the additional constraints from the Airflow installation script

winsont1 opened a new issue, #27632:
URL: https://github.com/apache/airflow/issues/27632

   ### What do you see as an issue?
   
   Remove the additional constraints  from the Airflow installation script
   pip install \
    apache-airflow==1.10.12 
   
   
   ![image](https://user-images.githubusercontent.com/16263869/201460873-59272909-e051-4ce5-a6c6-34fc00358d39.png)
   
   
   ### Solving the problem
   
   Kindly remove the additional constraints  from the Airflow installation script, as I was encountering a legacy error when installing it on Windows WSL (Linux) using the constraints. Once the constraints were removed, the installation went through.
   (Error pic included)
   ![image](https://user-images.githubusercontent.com/16263869/201460953-6a4b92d5-f50c-451c-b043-28fc2b772a55.png)
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

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


[GitHub] [airflow] potiuk commented on issue #27632: Remove the additional constraints from the Airflow installation script

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

   Airflow 1.10 is not supported any more for more than a year and users should not install it as it contains multiple security vulnerabilities that have been fixed since.. Removing constraints is not a good solution. You should use very old version of 'pip' when you are installing 1.10 (but you really, really, really should not do it). The version that should work is pre 20.3. (20 is version from 2020 when 1.10 was still active). If you want to reliably install airflow 1.10, just install old pip first and it should work with constraints.
   
   Removing constraints is not a good solution also because it will not work without them when you install extras so it is not good solution.
   
   Pleas migrate to airflow 2.


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


[GitHub] [airflow] potiuk closed issue #27632: Remove the additional constraints from the Airflow installation script

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #27632: Remove the additional constraints  from the Airflow installation script
URL: https://github.com/apache/airflow/issues/27632


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


[GitHub] [airflow] winsont1 commented on issue #27632: Remove the additional constraints from the Airflow installation script

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

   Thank you! I didn’t realise that was for Airflow 1. Do you think you could
   kindly highlight that in the page?
   
   Thanks again.
   Winson
   On Sat, 12 Nov 2022 at 7:18 pm, Jarek Potiuk ***@***.***>
   wrote:
   
   > Closed #27632 <https://github.com/apache/airflow/issues/27632> as not
   > planned.
   >
   > —
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/airflow/issues/27632#event-7796398335>, or
   > unsubscribe
   > <https://github.com/notifications/unsubscribe-auth/AD4CVPLBUIZFFKTU2QP6XEDWH5HEVANCNFSM6AAAAAAR6FRLSU>
   > .
   > You are receiving this because you authored the thread.Message ID:
   > ***@***.***>
   >
   


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


[GitHub] [airflow] boring-cyborg[bot] commented on issue #27632: Remove the additional constraints from the Airflow installation script

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

   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.

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

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