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

Pydantic version conflict when installing MIRA with biomodels package #357

Closed
liunelson opened this issue Aug 22, 2024 · 1 comment
Closed

Comments

@liunelson
Copy link

I get a dependency conflict when I install biomodels after I have installed MIRA via python3 -m pip install git+https://github.com/indralab/mira.git

Installing collected packages: pydantic-core, annotated-types, pydantic, pooch, pydantic-xml, biomodels
  Attempting uninstall: pydantic
    Found existing installation: pydantic 1.10.17
    Uninstalling pydantic-1.10.17:
      Successfully uninstalled pydantic-1.10.17
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
mira 0.5.0 requires pydantic<2.0.0,>=1.10, but you have pydantic 2.8.2 which is incompatible.
Successfully installed annotated-types-0.7.0 biomodels-0.3.2 pooch-1.8.2 pydantic-2.8.2 pydantic-core-2.20.1 pydantic-xml-2.11.0

Can MIRA's requirement be updated to use Pydantic v2?

@nanglo123
Copy link
Contributor

This has been resolved by #360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants