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/12/07 15:31:03 UTC

[GitHub] [airflow] GuillaumeDesforges opened a new issue #12888: 1.10.14rc4 - missing airflow.__main__

GuillaumeDesforges opened a new issue #12888:
URL: https://github.com/apache/airflow/issues/12888


   https://github.com/apache/airflow/pull/7808 has been done for 2.*, but running
   
   ```
   python -m airflow
   ```
   
   on airflow 1.* will fail (e.g. current airflow 1.10.14rc4).
   
   It is required to be launched this way for some environments, or else:
   
   ```
   Running the Gunicorn Server with:
   Workers: 4 sync
   Host: 0.0.0.0:8080
   Timeout: 120
   Logfiles: - -
   =================================================================            
   
   Error: No module named 'airflow'
   ``` 
   
   since gunicorn spawns processes without the proper Python env.


----------------------------------------------------------------
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] GuillaumeDesforges commented on issue #12888: 1.10.14rc4 - missing airflow.__main__

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


   #12889 : which I don't really expect it to be merged, even less to trigger a rc5, but I need it for my work and it would have been too bad not to share it.


----------------------------------------------------------------
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 #12888: 1.10.14rc4 - missing airflow.__main__

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


   I do not think this would be a reason for failing the RC4 @kaxil @ashb @mik-laj -> it's been like that forever.  


----------------------------------------------------------------
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] kaxil commented on issue #12888: 1.10.14rc4 - missing airflow.__main__

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


   Yup we don't intend to support that for 1.10.x -- so that would only work for 2.0


----------------------------------------------------------------
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 #12888: 1.10.14rc4 - missing airflow.__main__

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


   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] kaxil closed issue #12888: 1.10.14rc4 - missing airflow.__main__

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


   


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