반응형
1. 에러 원인
airflow 처음 설치하면서 초기화를 할때 발생하는 에러
2. 해결 방법
에러 해결 방법은 간단하다.
SQLAlchemy 를 설치하면 된다
pip install "SQLAlchemy==1.3.15"
# or
pip3 install "SQLAlchemy==1.3.15"
3. 참고 링크
https://mentha2.tistory.com/208
반응형
'Error code 모음 > 10. airflow Errors' 카테고리의 다른 글
[Airflow Error] No module named wtforms.compat (0) | 2021.12.28 |
---|