Closed eMPee584 closed 3 years ago
Seems to work for me in Jupyter. Check your lib_search_paths
and make sure the kicad
entry is pointing to the right directory.
.
Aha, thanks for the cue 😀 .. after having a look at lib_search_paths
code I realized setting the environment variable from inside the notebook is too late, skidl already had tried to parse it..
restarting the container so that the /etc/profile.d/kicad-symbols_path_for_skidl.sh
I created was evaluating at Jupyter startup fixed the issue.
When trying to run the example code from a Jupyter Notebook, I hit this issue that even though the kicad-symbols are accessible and the path is set, skidl chokes on them:
It works in
ipython
on a terminal:This is in a rattydave/jupyterhub docker where
kicad-symbols
is installed viaapt
andskidl
viaconda
.. what might be happening here :thinking: