Skip to content

Commit

Permalink
Fix: comment out azure-servicebus in requirements.txt
Browse files Browse the repository at this point in the history
- airflow webserver, ModuleNotFoundError 발생
  - | No module named 'azure.servicebus'
  - requirements.txt 에 모듈 정보를 추가 했으나 설치 안되어 있음
    - `azure-servicebus`는 `uamqp` 모듈에 의존하나
      `uamqp`는 ARM 아키텍쳐를 지원하지 않아 설치가 안된것으로 추정
    - 참고 apache/airflow#24635
    - azure를 사용하지 않아 문구는 무시하고 작업하는 것으로 종결
  • Loading branch information
gracia10 committed Nov 9, 2022
1 parent 1533a7d commit de5c91e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,4 @@ Werkzeug==2.2.2
wrapt==1.14.1
WTForms==3.0.1
zipp==3.10.0
# FIXME azure-servicebus 의존성 수전
# ModuleNotFoundError: No module named 'azure.servicebus'
azure-servicebus==7.8.1
# azure-servicebus==7.8.1

0 comments on commit de5c91e

Please sign in to comment.