Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem when i install another package like for example Locust #64

Open
andrea-mucci opened this issue Feb 8, 2022 · 1 comment
Open
Labels
bug Something isn't working question Further information is requested templating

Comments

@andrea-mucci
Copy link
Contributor

Hi have add locust from:


poetry add locust 

and i will get the following error

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.
  
@andrea-mucci andrea-mucci added the bug Something isn't working label Feb 8, 2022
@albamig
Copy link
Contributor

albamig commented Feb 21, 2022

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.

@albamig albamig added question Further information is requested templating labels Feb 21, 2022
@albamig albamig removed their assignment Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested templating
Projects
None yet
Development

No branches or pull requests

2 participants