I installed v8.06 and installed kikit via PCM then when I tried to run the PCB editor I go the prompt to
install kikit via the Kicad command prompt as usual.
I entered the command "pip install kikit" and then tried to run "kikit --help" and got the following ...
? File "C:\Users\Bob\Documents\KiCad\8.0\3rdparty\Python311\site-packages\kikit\common.py", line 13, in <module>
??? from shapely.geometry import LinearRing
? File "C:\Users\Bob\Documents\KiCad\8.0\3rdparty\Python311\site-packages\shapely\__init__.py", line 13, in <module>
??? from shapely.lib import GEOSException? # NOQA
??? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: numpy.core.multiarray failed to import
C:\Users\Bob\Documents\KiCad\8.0>
Is there any way around this ???
Dave