2017-12-27 16 views
0

Ich installierte Apache Luftstrom 1.9 von Github dank dieser Befehlszeile auf debian 9: pip install git+https://github.com/apache/[email protected]Apache Luftstrom 1.9 installieren auf debian 8 von Github

Allerdings habe ich einen Fehler während der von Fernet verursacht airflow initdb, wissen Sie, wie um dieses Problem zu lösen?

INFO [alembic.runtime.migration] Running upgrade 947454bf1dff -> d2ae31099d61, Increase text size for MySQL (not relevant for other DBs' text types) 
    [2017-12-27 17:19:24,586] {models.py:643} ERROR - Failed to load fernet while encrypting value, using non-encrypted value. 
    Traceback (most recent call last): 
     File "/usr/local/lib/python2.7/dist-packages/airflow/models.py", line 639, in set_extra 
     fernet = get_fernet() 
     File "/usr/local/lib/python2.7/dist-packages/airflow/models.py", line 103, in get_fernet 
     raise AirflowException('Failed to import Fernet, it may not be installed') 
    AirflowException: Failed to import Fernet, it may not be installed 
    [2017-12-27 17:19:24,601] {models.py:643} ERROR - Failed to load fernet 

Und wie kann ich extrapackage wie in pip install apache-airflow[gcp-api] von meinem frühen pip Befehl installiert mit Github angeben?

Wie installiere ich die neueste Version 1.9.0RC? Ich habe einen AssertionError.

Antwort