unable to install apache-airflow-providers-sftp==4.1.0 on MWAA 2.4.3

0

hello, i am trying to install the apache-airflow-providers-sftp==4.1.0 package on our MWAA 2.4.3 with private network access. I download the wheels for all the packages in my requirements.txt file and put them in plugins.zip and then upload to s3 and provided the path to this plugins.zip in the requirements.txt file. Other dependencies like kubernetes or presto are getting installed fine but apache-airflow-providers-sftp is throwing an error:

ERROR: Could not find a version that satisfies the requirement bcrypt>=3.2 (from paramiko) (from versions: none) ERROR: Could not find a version that satisfies the requirement pynacl>=1.5 (from paramiko) (from versions: none)

these errors are from scheduler logs.

here are the relevant .whl file version i have in my plugins.zip:

apache_airflow_providers_sftp-4.1.0-py3-none-any.whl apache_airflow_providers_ssh-3.4.0-py3-none-any.whl bcrypt-4.0.1-cp36-abi3-macosx_10_10_universal2.whl PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl

Thanks

質問済み 1年前625ビュー
1回答
0

Solved this with different .whl files for bcrypt and pynacl downloaded from pypi.org

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ