Bouni / kicad-jlcpcb-tools

Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
MIT License
1.17k stars 106 forks source link

Plugin not showing up kicad 8.0.3-1 #499

Closed jbbjarnason closed 3 months ago

jbbjarnason commented 3 months ago

Describe the bug The plugin is not showing up in Tools -> External Plugins

To Reproduce Steps to reproduce the behavior:

  1. I have mostly fresh Arch Linux running Sway (wayland) with xwayland aswell
  2. Install plugin
  3. Open pcb editor
  4. Go into Tools -> External Plugins and the JLC plugin is missing

Expected behavior Plugin available for use.

KiCad Version

8.0.3-1

I don't know how I can get logs from the application/plugin, is there a way? Also refresh plugins does not help.

jbbjarnason commented 3 months ago

nvm, was missing python-requests package

solved with

pacman -Sy python-requests