danecross I have just installed Artiq on a virtual machine through conda and am running the dashboard for the first time. When I try to scan the repository, it immediately throws an error saying OSError: libllvmlite.so: cannot open shared object file: No such file or directory. Then it skips all of the experiment files I have in my repository. Has anyone had this problem before and know how to fix it?
sb10q Try running ldd on llvmlite.so and see if there's a missing dependency, or use Nix as recommended.
danecross I fixed it by running the following in my command line: conda install -c anaconda libffi we were just missing one package! :-)
danecross and of course adding to the library path: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/libffo/