Can't install Kikit on Windows 10 #515
-
Hi I'm new to Kikit. When I enter "pip install Kikit" the Kicad Shell trows an Error. C:\Users\xxx.xx.xxxx\Documents\KiCad\6.0>pip pip install kikit Next i tried running pip without anything else. "PIP" When I run pip on a Windows shell the pip help is shown. By now I don't believe this is a Kikit problem. As I could not install Kikit using the Kicad shell, I used the windows shell. I searched the yaqwsx Git page for Verbose and Uninstall. Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, as i suspected this was not an Kikit problem.
Result, pip was not working in Kicad Shell. (same error as before) Using Google I found: https://forum.kicad.info/t/kicad-6-0-6-pip-is-missing-in-windows-installer/36334 Then pip was installed, without any error. Now I was able to run "pip3 install kikit" This topic can be closed. |
Beta Was this translation helpful? Give feedback.
Ok, as i suspected this was not an Kikit problem.
Result, pip was not working in Kicad Shell. (same error as before)
Using Google I found: https://forum.kicad.info/t/kicad-6-0-6-pip-is-missing-in-windows-installer/36334
As described on this site installed pip in the Kicad shell. Using this command: "python -m pip install --upgrade pip"
Then pip was installed, without any error.
Now I was able to run "pip3 install kikit"
Finally Kikit is installed on my Kicad 6.0.10, running on Windows 10
This topic can be closed.