potiuk commented on issue #54360: URL: https://github.com/apache/airflow/issues/54360#issuecomment-3176873051
Please compare your installed packages with airflow constraints if you want to install airlfow. It looks like you have Flask version installed that removed JSONEncoder. Also connexion might be wrong. Generally https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html describes the only "confirmed" way of installing airflow in a reproducible way - and constraints contain the same Flask version in 3.0.4 as it was in 3.0.3. We also mention in the docs that the other ways of installing Airflow (such as pipenv) might exhibit problems. Generally - compare what you installed with the corresponding constraints - or even find a way how to use constraints with pipenv. Please let us know what you find - I woudl be courious why in your case pipenv configuration apparently installed a wrong dependency. Converting to a discussion. -- 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]
