Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKL not found on path #12

Open
mlxd opened this issue Jan 20, 2021 · 0 comments
Open

MKL not found on path #12

mlxd opened this issue Jan 20, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@mlxd
Copy link
Contributor

mlxd commented Jan 20, 2021

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.

@mlxd mlxd added bug Something isn't working good first issue Good for newcomers labels Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant