Installing IDAKLU on Windows without using WSL #4373
Unanswered
abhishek-appana
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @abhishek-appana, you will need to install CMake on your machine to be able to compile the solver. You can get it with any Windows-based package manager of your choice, such as Chocolatey, WinGet, NuGet, Scoop, and nowadays using In a virtual environment, pip install cmake should work well P.S. I wouldn't recommend installing the CMake you get from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @agriyakhetarpal ,
Thank you for your instructions for installing IDAKLU on Windows in this discussion .
I followed them to install IDAKLU without using WSL. When I run
pip install -ve .
after completing all the steps, PyBaMM gets installed but the following error comes up in the logI get the following when I try to use IDAKLU solver via VS code.
Can someone let me know if I'm doing something wrong?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions