devbisme / skidl

SKiDL is a module that extends Python with the ability to design electronic circuits.
https://devbisme.github.io/skidl/
MIT License
994 stars 118 forks source link

the function generate_pcb() can't generate PCB file #191

Open wofy-92 opened 10 months ago

wofy-92 commented 10 months ago

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

image

image

Desktop (please complete the following information):

tapegoji commented 5 months ago

did you fix this?