Replies: 1 comment 2 replies
-
Likely something similar to pyca/cryptography#4187 (googled it, so that's all I can help you with - you might also continue searching for similar issues - seems it's not related to airflow but cryptography dependency). Could be you whole python installation is broken and you would need to reinstall it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing Airflow 2.10.2 I get the following message:
AttributeError: cffi library '_openssl' has no function, constant or global variable named 'Cryptography_HAS_MEM_FUNCTIONS'. Did you mean: 'Cryptography_HAS_TLSv1_3_FUNCTIONS'?
I updated my running version using https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html
and performed an airflow db migrate.
Could you support me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions