You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install a specific version of Apache Airflow from https://pip.astronomer.io/simple/apache-airflow/ (1!2.1.0+astro.3), however I'm wondering if the 1!2 is affecting how Poetry handles dependency mismatch?
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
SolverProblemError
Because astronomer-fab-security-manager (1.6.0) depends on apache-airflow (>=1.10.0)
and astro-ml depends on apache-airflow (1!2.1.0+astro.3), astronomer-fab-security-manager is forbidden.
So, because astro-ml depends on astronomer-fab-security-manager (1.6.0), version solving failed.
Is there any way around this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to install a specific version of Apache Airflow from https://pip.astronomer.io/simple/apache-airflow/ (
1!2.1.0+astro.3
), however I'm wondering if the1!2
is affecting how Poetry handles dependency mismatch?Issue
Here's an example
pyproject.toml
and accompanying error:
Is there any way around this issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered: