TousstNicolas / JLC2KiCad_lib

JLC2KICAD_lib is a python script that generate a component library (schematic, footprint and 3D model ) for KiCad from the JLCPCB/easyEDA library.
MIT License
228 stars 42 forks source link

missing numpy dependency #39

Closed vvuk closed 1 year ago

vvuk commented 1 year ago

It looks like there's a missing dependency on numpy -- installing on a fairly clean/empty python setup, the main script complains about not being able to import numpy. Manually installing it fixes the issue.

TousstNicolas commented 1 year ago

It was added in a PR and a did not saw it. It should never have been there.

I removed it and you should now be able to install from pip without the numpy dependecy.

Thanks for reporting the issue.