Facing issue with kikit after updating to KiCad 8.0.4

I am using KiKIt to panelise my board. After today’s update to KiCad 8.0.4, I am facing an issue with KiKit. While I open the PCB editor file in a project, a pop-up emerges mentioning “No KiKit backend found”.

image

This is my current KiCad version info,
Application: KiCad x64 on x64

Version: 8.0.4, release build

Libraries:
wxWidgets 3.2.5
FreeType 2.12.1
HarfBuzz 8.3.0
FontConfig 2.14.2
libcurl/8.5.0-DEV Schannel zlib/1.3

Platform: Windows 11 (build 22631), 64-bit edition, 64 bit, Little endian, wxMSW
OpenGL: Intel, Intel(R) RaptorLake-S Mobile Graphics Controller, 4.6.0 - Build 31.0.101.4502

Build Info:
Date: Jul 17 2024 03:26:47
wxWidgets: 3.2.5 (wchar_t,wx containers)
Boost: 1.83.0
OCC: 7.8.1
Curl: 8.5.0-DEV
ngspice: 42
Compiler: Visual C++ 1939 without C++ ABI

Build settings:

I have already installed KiKit via KiCad 8.0 Command Prompt also, and I verified too.

and I verified PCM installation also,

I have reinstalled KiKit from Command Prompt and PCM too and restarted. But still, the same issue persists.

Me too. I have faced the same problem after upgrade to 8.0.4. Seems it is a version issue of some KiKit SW components (cannot deal with new numpy version). But I do not have the experience to solve it.

Did you try updating KiKit to the latest?

Thanks for all the support. @Reinhard_Bergmann my issue is solved now. @craftyjon I had a new update for KiKit today in the PCM and made the update. After that, I uninstalled the kikit from KiCAD Command Prompt and installed it again. Previously the KiKit version getting installed was 1.5.0 from the backend side but when I installed it today it got updated to1.6.0 and now I am not getting that pop up message and working fine.

1 Like

Hi, I have exactly the same issue.
I’ve try to unsintall the kikit backend, and reinstalling it. It does install the version 1.6.0, but it does not work.
I also got the upgrade for the kikit front end after installing Kicad 8.0.4.

I’ve tried to install the lastest branch of kikit
pip install https://github.com/yaqwsx/KiKit/archive/master.zip
But I still have the same issue.

For now I’ve downgraded to Kicad 8.0.3, and I don’t have the error popup anymore.

@bertrand_meneroud i would like to mention you one thing that, i opened the kicad cmd window as administrator and also the installation path of kikit was added to the environmental path. Please check the installed path of kikit is linked or not. That might also create issue. Sorry for my delayed response.