Skip to content

macOS + KiCad 8 libraries not working #223

Answered by devbisme
blark asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is skidl defaults to using KiCad 5 as the default backend tool. KiCad 5 uses part libraries that end with .lib. Since you're using KiCad 8 (I assume), your libraries end with .kicad_sym and search won't see them so it finds nothing.

The solution is to use either search("opamp", tool=KICAD8) or set the default tool to KiCad 8 using set_default_tool(KICAD8) and then run search("opamp").

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@blark
Comment options

Answer selected by blark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants