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/11/18 09:46:04 UTC

[GitHub] [airflow] Alibm73 commented on issue #10705: Can't install kerberos support due to missing python-krbV

Alibm73 commented on issue #10705:
URL: https://github.com/apache/airflow/issues/10705#issuecomment-729561597


   @vijaykiran @potiuk @j3pic 
   So i found a semi-solution for this issue :stuck_out_tongue: 
   I have 2 version of python 3.6 and 3.8
   i install apache airflow version 1.10.12 with python 3.6, it gets all the packages airflow it needs except ```ipython==7.17.0``` and it gets and error.
   error output:
   ```
   ERROR: Could not find a version that satisfies the requirement ipython==7.17.0 (from -c https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.7.txt (line 156))
   ```
   now i install apache airflow with python 3.8, the previously downloaded packages are OK (like snakebite 2.7.8), now it uses those packages and downloads the new required packages like ipython 7.17.0 and it installs airflow perfectly
   ```
   airflow webserver -p 8000
     ____________       _____________
    ____    |__( )_________  __/__  /________      __
   ____  /| |_  /__  ___/_  /_ __  /_  __ \_ | /| / /
   ___  ___ |  / _  /   _  __/ _  / / /_/ /_ |/ |/ /
    _/_/  |_/_/  /_/    /_/    /_/  \____/____/|__/
   [2020-11-18 10:57:29,222] {__init__.py:50} INFO - Using executor CeleryExecutor
   [2020-11-18 10:57:29,223] {dagbag.py:417} INFO - Filling up the DagBag from /root/airflow/dags
   Running the Gunicorn Server with:
   Workers: 4 sync
   Host: 0.0.0.0:8000
   Timeout: 120
   Logfiles: - -
   
   ```


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