-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
Describe the bug
Hi devbisme, When I running the function generate_pcb(), I get a WARNING:
WARNING: kinet2pcb module is missing. Can't generate a KiCad PCB without it.
but I have installed kinet2pcb
** The test code in the JupyterLab**
from skidl import *
esp32 = Part('RF_Module','ESP32-WROOM-32', footprint='RF_Module:ESP32-WROOM-32')
generate_pcb()** output message**
WARNING: kinet2pcb module is missing. Can't generate a KiCad PCB without it. @ [D:\Python310\Lib\site-packages\IPython\core\interactiveshell.py:3433=>C:\Users\Administrator\AppData\Local\Temp\ipykernel_29400\1868553726.py:4] INFO: 1 warnings found while creating PCB. INFO: 0 errors found while creating PCB.
Screenshots
Desktop (please complete the following information):
- Windows11
- Python3.10.0
- SKiDL1.2.1
- kinet2pcb1.1.0

