Kicad python pip is working?

That’s because you are trying to modify files in program files with non-elevated user.
Don’t install kicad in program files and pip will work fine, no tricks with bom tool required.

1 Like

Hello.

The operating system is Windows 10.
Kicad is Py 0.9.8 / Python 3.9.6.

“replicatelayout.py” was downloaded from “https://github.com/mmccoo/kicad_mmccoo/blob/master/replicatelayout/replicatelayout.py”.

exec(“C:/replicatelayout.py”)
The problem arises when you type.
Reference1

how can i solve this???

That script is too old and will not work in kicad 6. There is replicate layout plugin in kicad v6 plugin manager, install it from there and follow instructions.

1 Like