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.
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 directoryTo 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):
Additional context
LD_LIBRARY_PATH(orDYLD_LIBRARY_PATH) variables are not set appropriately withload_env.shscript. These should be pointed to the conda-rootlibdirectory.