I know KiCad is not supported on Windows 7. Nevertheless there can be reasons one uses Windows 7 (that’s my case).
Here are the steps to make KiCad 8 run on Windows 7.
Someone might need this. I hope KiCad team won’t remove this possibility
Be aware that KiCad 8 is not supported on Windows 7, so please don’t complain if something does not work.
-
You need Windows 10 machine to compile KiCad 8 from source code using MSYS2.
Windows (MSYS2) | Developer Documentation | KiCad -
Download installer of KiCad 8, and manually unpack contents on Windows 7 machine (for instance to C:\Program Files\KiCad\8.0).
-
Delete contents of C:\Program Files\KiCad\8.0\bin
-
Copy contents of “C:\msys64\mingw64\bin” to “C:\Program Files\KiCad\8.0\bin”
-
Copy folder “C:\msys64\mingw64\lib\python3.11” to “C:\Program Files\KiCad\8.0\lib\python3.11”
-
Download and place “api-ms-win-core-path-l1-1-0.dll” to “C:\Program Files\KiCad\8.0\bin”
Releases · nalexandru/api-ms-win-core-path-HACK · GitHub
Done.
It works for me. So I hope this helps someone else as well.