You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
Additional context
LD_LIBRARY_PATH
(orDYLD_LIBRARY_PATH
) variables are not set appropriately withload_env.sh
script. These should be pointed to the conda-rootlib
directory.The text was updated successfully, but these errors were encountered: