Hi! I am trying to install Kikit plugin. However , I have issues with backend installation. After typing “pip install kikit” in KiCad command prompt I get this error message:
Error in sitecustomize; set PYTHONVERBOSE for traceback:
AssertionError: SRE module mismatch
Could not import runpy module
Traceback (most recent call last):
** File “”, line 15, in **
** File “”, line 2, in **
ModuleNotFoundError: No module named ‘importlib._abc’
However, it was kind of a successfull installation if I use regular command prompt. This may lead to KiCad specifics.
Does anyone know the root cause and maybe a possible fix?