IDAKLUSolver doesn't work on Windows #2955
RuiheLi
started this conversation in
Show and tell
Replies: 1 comment
-
Hi @RuiheLi ,Have you solve this issues? I meet the same problem. thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PyBaMM: 23.4.1
Python: 3.10.11
Hi @martinjrobins, I am trying to use the IDAKLUSolver on my windows, inside the virtual environment. When I try:
It gives errors:
ImportError: KLU is not installed
from pybamm\solvers\idaklu_solver.py:113
So I go into idaklu_solver.py and copy the following lines into my jupyter notebook:
and it prints
None
.I wonder is it because of I am using Windows? As I saw a previous discussion here
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions