"No KiKit backend found!"

See original GitHub issue

“No KiKit backend found! You probably installed KiKit only via PCM.”

I installed KiKit via pip3, then installed it via PCM, and my KiCad 6.00 complains that it cannot find the backend. How would I go about debugging and fixing this?

Some information I can give up front:

$ python3 /home/mark/.local/bin/kikit --version
kikit, version 0.6.1
$ which kikit
/home/mark/.local/bin/kikit

Python2 is my default python (because my Ubuntu 18.04 LTS requires it be this way) and I have Python3 installed alongside it. I installed KiCad 6.00 via the official release PPA from their website (not the nightly or the Canonical repository)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
yaqwsxcommented, Jan 30, 2022

This seems like a problem in KiCAD; I recently notices some of the stuff regarding plugins is broken.

Regarding the “registering plugin” - I removed the links. They refer to a no longer supported method of installing the GUI plugin. PCM is the only supported version.

The version in the PCM is indeed 1.0.0. The only thing that changed in the GUI plugin is the fixed bug with the broken OK button. I was considering it as minor back then and I was hoping to release a 1.0.3 version in a few days (that didn’t happen) so I postpone the update procedure in PCM. As it is a manual process that requires third parties involved.

The library is only necessary if you want to use the annotation symbols. There is no other use for it yet.

0reactions
ifohancroftcommented, Jan 30, 2022

Apparently the problem wasn’t my distro’s KiCad build. I compiled it on my own now and am still experiencing the same problem.

Since the KiCad console keeps giving me errors though, I opened a bug report: https://gitlab.com/kicad/code/kicad/-/issues/10679

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED] KitKit plugin issue: installed but "not present"
I would like to experiment with KiKit, with Kicad 6 on Fedora 35 - at present I can only install Kicad 6 as...
Read more >
KiKit/installation.md at master · yaqwsx/KiKit
If you want to upgrade KiKit, you have to perform two steps: you upgrade the backend by running pip install -U kikit in...
Read more >
kikit Changelog
1.0.5. This is only a small release that fixes problems with a broken dialog when no KiKit backend is found in the GUI...
Read more >
Patch release that fixes a number of bugs : r/KiCad
In this release there is no need to upgrade PCM. PCM is just a thin wrapper that loads all the features from the...
Read more >
Category: Electronics - mind.dump() - About me
However, on November 25th, 2022, the service is no longer useful as JLC PCB ... Panelization & automation for KiCAD made easy: KiKit...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found