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

Error During Install, system cannot find...futurize.exe.deleteme #72

Closed ForrestErickson closed 1 week ago

ForrestErickson commented 3 months ago

Describe the bug A clear and concise description of what the bug is. I tried to install on a Windows 10 computer running KiCad 7.

To Reproduce Steps to reproduce the behavior: I typed: "pip install JLC2KiCadLib"

Expected behavior A clear and concise description of what you expected to happen. I expected the install to terminate normaly. It did not image

Additional context Add any other context about the problem here.

The error : system cannot find the file specified: 'C:\Python312\Scripts\futurize.exe' -> 'C:\Python312\Scripts\futurize.exe.deleteme'

TousstNicolas commented 3 months ago

Hi,

Unfortunately I do not have a windows installation, so I can only try to guess what the issue could be.

Doing a quick internet search, I see that similar errors are often due to insufficient permissions. Have you tried to run the command with administrator privileges ?