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개 답변
0

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

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인