I'm upgrading my airflow from 1.10.12 to 2.7.2, python 3.6 to 3.11.7 and trying to install my libraries I get an error on Paramiko
but I have already tried to install bcrypt as it says dependencies compatibility but I get everytime this error for every version of it:
ERROR: bcrypt-3.2.0-cp36-abi3-musllinux_1_1_x86_64.whl is not a supported wheel on this platform.
ERROR: bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl is not a supported wheel on this platform.
my requirements.txt file is like this:
I have tried changing the version, the system of the whl (Version of the operating system: 4.14.336-253.554.amzn2.x86_64) but always I get the same error that is not a supported wheel on this platform.
The command line interface (CLI) utility replicates an Amazon Managed Workflows for Apache Airflow environment locally.
The CLI builds a Docker container image locally that’s similar to an Amazon MWAA production image. This allows you to run a local Apache Airflow environment to develop and test DAGs, custom plugins, and dependencies before deploying to Amazon MWAA.
To run the CLI, see the aws-mwaa-local-runner on GitHub.
Using the local runner with this file.
test-requirements command builds successfully
aws mwaa best-practices-dependencies