ephraimbuddy commented on issue #19136: URL: https://github.com/apache/airflow/issues/19136#issuecomment-951039498
Airflow uses `cryptography==3.4.8` judging from this constraints [file](https://raw.githubusercontent.com/apache/airflow/constraints-2.2.0/constraints-3.8.txt). Since you are on 35.0.0, can you try and use 3.4.8 maybe it's related? e.g `pip install apache-airflow==2.2.0 \ --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.2.0/constraints-3.8.txt"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
