-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libraries not found #58
Comments
I partially fixed the issue by downloading and adding the KiCAD libraries from https://github.com/KiCad/kicad-library. This now resulted in the error,
I added the libraries that are contained in the
How do I fix this? |
The libraries can be added manually. To add libraries Go to |
Thanks Kavya, I've fixed the issue with the libraries by installing and adding the libraries from |
I can't find any duplicate element in eSim_PSpice. Can you check kicad.pro file and see if eSim_PSpice has been used twice ? It can be found under /usr/share/kicad/template. |
No it hasn't. There is only one entry for eSim_PSpice. Here is the file. I've added the |
In Ubuntu if we run the eSim installer it install kicad properly and create the library folder as well however in Linux Mint 17.3 (Cinnamon 64-bit) we found that library directory was not creating while installing Kicad and it has to separately install. Our installer just copy few files in library and template folder. Here is the solution for Linux Mint after installing eSim just install kicad-library. Now just copy the .lib and .dcm files available in kicadSchematicLibrary of eSim into library folder
We have tested this procedure in Mint and it is working. In the next version we will add the kicad-library installation as well. |
Thank to all you guys! |
I solved the problem by uninstalling KiCad and forgetting it ever existed |
I have installed eSim on my computer (Linux Mint 17.3 Cinnamon 64-bit) and the installation was successful. However, creating a new project and opening the schematic causes a dialog with the title
Not Found
and the following content to pop-up:The
choose component
dialog box also indicated that 0 components loaded and no components are available. Any help on how to resolve this will be greatly appreciated.The text was updated successfully, but these errors were encountered: