Scikits solver error with version 23.3 #2891
-
Hi, I tried using Scikits solver (both Dae and Ode) with latest version (23.3) and it throws an error that "ImportError: scikits.odes is not installed" while it has been installed. Here is the confirmation that it has been installed:pybamm_install_odes Here is the minimum example I tired:import pybamm sksolver = pybamm.ScikitsDaeSolver() ImportError: scikits.odes is not installed Am I missing anything? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, are you running your script within the |
Beta Was this translation helpful? Give feedback.
Hi, are you running your script within the
tox
environment?