Hi,
I’m unable to install momi3 and run any toy example without running into dependency issues. I’ve tried various Python versions, as well as branches of the repository. Sometimes, it seems to revolve around compatible dependencies, but then the optimization fails for some models that include migration.
Also, I think the pyproject might be mis-specified. For example, in the pyproject .toml, jax>=0.4.26 is required both in master and in the grad_dict_fix (that corresponds to the only 0.0.1 released version, I think). However, the safe_zip function (that’s imported in the code base) was removed in jax 0.4.24.
Would you mind sharing the exact versions of your dev environment (e.g. python, Python, numpy, jax, etc.)
Best,
Curro
Hi,
I’m unable to install momi3 and run any toy example without running into dependency issues. I’ve tried various Python versions, as well as branches of the repository. Sometimes, it seems to revolve around compatible dependencies, but then the optimization fails for some models that include migration.
Also, I think the
pyprojectmight be mis-specified. For example, in thepyproject .toml, jax>=0.4.26 is required both in master and in thegrad_dict_fix(that corresponds to the only 0.0.1 released version, I think). However, thesafe_zipfunction (that’s imported in the code base) was removed in jax 0.4.24.Would you mind sharing the exact versions of your dev environment (e.g. python, Python, numpy, jax, etc.)
Best,
Curro