You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working from MacOS -- attempted to install the plugin according to instructions and it doesn't seem to appear;
Tools > External Plugins > Reveal Plugin Folder in Finder takes me to the KiCad/8.0/scripting/plugins folder, but all other plugins (downloaded from KiCad) end up in the KiCad/8.0/3rdparty/plugins folder instead. Unsure of how to proceed to fix this issue
The text was updated successfully, but these errors were encountered:
eileen-zu
changed the title
plugin installation issues
plugin installation issues on mac
Jun 14, 2024
the KiCad/8.0/scripting/plugins is the correct directory, you can directly git clone the repo there
the plugin was developed on KiCad 7 and Linux but it might not be critical
from the KiCad terminal could you try importing scipy with import scipy to verify the correct installation of the library as it is needed for the plugin?
from the PCB editor if you go to Preferences->Preferences->Action Plugins and press on the button with the warning sign, you can see exactly what caused the error. Could you post here a screenshot with the window that popped?
Working from MacOS -- attempted to install the plugin according to instructions and it doesn't seem to appear;
Tools > External Plugins > Reveal Plugin Folder in Finder takes me to the KiCad/8.0/scripting/plugins folder, but all other plugins (downloaded from KiCad) end up in the KiCad/8.0/3rdparty/plugins folder instead. Unsure of how to proceed to fix this issue
The text was updated successfully, but these errors were encountered: