-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
Running on a system without MKL already installed, running any of the examples gives the following error:
ImportError: libmkl_rt.so: cannot open shared object file: No such file or directory
To Reproduce
Run the setup script and attempt any Python example using the QNLP compiled modules.
Expected behavior
MKL should be found and on path.
Desktop (please complete the following information):
- OS: Debian
- Version: 4.19.118-2+deb10u1 (2020-06-07) x86_64
Additional context
LD_LIBRARY_PATH (or DYLD_LIBRARY_PATH) variables are not set appropriately with load_env.sh script. These should be pointed to the conda-root lib directory.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers