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

Unable to install both returns and classes together #386

Open
adam-stokes opened this issue Apr 10, 2022 · 0 comments
Open

Unable to install both returns and classes together #386

adam-stokes opened this issue Apr 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@adam-stokes
Copy link

Bug report

What's wrong

Just doing a simple poetry add returns and poetry add classes results in:

 Because no versions of classes match >0.4.0,<0.5.0
   and classes (0.4.0) depends on typing_extensions (>=3.10,<4.0), classes (>=0.4.0,<0.5.0) requires typing_extensions (>=3.10,<4.0).
  And because returns (0.19.0) depends on typing-extensions (>=4.0,<5.0)
   and no versions of returns match >0.19.0,<0.20.0, classes (>=0.4.0,<0.5.0) is incompatible with returns (>=0.19.0,<0.20.0).
  So, because ogc depends on both returns (^0.19.0) and classes (^0.4.0), version solving failed.

How is that should be

Should I be able to run both of these libraries together? If so, maybe just a typing-extensions version update is needed?

System information

  • python version: 3.9
  • classes version: 0.4.0
  • returns version: 0.19.0
  • mypy version: 0.941
@adam-stokes adam-stokes added the bug Something isn't working label Apr 10, 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
Development

No branches or pull requests

1 participant