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
Because no versions of flask match >2.0.0,<2.0.1 || >2.0.1,<2.0.2 || >2.0.2
and flask (2.0.0) depends on Jinja2 (>=3.0), flask (>=2.0.0,<2.0.1 || >2.0.1,<2.0.2 || >2.0.2) requires Jinja2 (>=3.0).
And because flask (2.0.1) depends on Jinja2 (>=3.0)
and flask (2.0.2) depends on Jinja2 (>=3.0), flask (>=2.0.0) requires Jinja2 (>=3.0).
Because no versions of locust match >2.7.3,<3.0.0
and locust (2.7.3) depends on flask (>=2.0.0), locust (>=2.7.3,<3.0.0) requires flask (>=2.0.0).
Thus, locust (>=2.7.3,<3.0.0) requires Jinja2 (>=3.0).
And because copier (5.1.0) depends on jinja2 (>=2.11.2,<3.0.0)
and no versions of copier match >5.1.0,<6.0.0, locust (>=2.7.3,<3.0.0) is incompatible with copier (>=5.1.0,<6.0.0).
And because minos-cli (0.1.1) depends on copier (>=5.1.0,<6.0.0)
and no versions of minos-cli match >0.1.1,<0.2.0, locust (>=2.7.3,<3.0.0) is incompatible with minos-cli (>=0.1.1,<0.2.0).
So, because ecommerceexample depends on both minos-cli (^0.1.1) and locust (^2.7.3), version solving failed.
The text was updated successfully, but these errors were encountered:
We saw the issue comes because of Copier not supporting Jinja3. We consider the options of waiting until it does or reimplementing Copier's functionality for our case.
Hi have add locust from:
and i will get the following error
The text was updated successfully, but these errors were encountered: