GitHub user potiuk added a comment to the discussion: After upgrading to Airflow 3 I have the following issue with cryptography or pyOpenSSL
https://www.google.com/search?q=cffi+library+%27_openssl%27+has+no+function%2C+constant+or+global+variable+named+%27Cryptography_HAS_ED448%27.+Did+you+mean%3A+%27Cryptography_HAS_ALPN%27%3F&rlz=1CAHPTE_enPL958PL958&oq=cffi+library+%27_openssl%27+has+no+function%2C+constant+or+global+variable+named+%27Cryptography_HAS_ED448%27.+Did+you+mean%3A+%27Cryptography_HAS_ALPN%27%3F&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRiPAjIHCAIQIRiPAtIBBzc3NGowajeoAgCwAgA&sourceid=chrome&ie=UTF-8 Google-searched it and seems that you have to uninstallĀ /upgrade cryptography stack on your system - maybe even upgrade whatever base OS that you run thingsĀ on to the latest version. But that seems entirely dependent on whatever OS you are using and system libraries you have installed. Generally search for similar issues and try to apply solutions found there. GitHub link: https://github.com/apache/airflow/discussions/49865#discussioncomment-13054897 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
