Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wofy-92 opened this issue Aug 15, 2023 · 1 comment
Open

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

wofy-92 opened this issue Aug 15, 2023 · 1 comment
Labels

Comments

@wofy-92
Copy link

wofy-92 commented Aug 15, 2023

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):

  • Windows11
  • Python3.10.0
  • SKiDL1.2.1
  • kinet2pcb1.1.0
@wofy-92 wofy-92 added the bug label Aug 15, 2023
@tapegoji
Copy link

did you fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants