Open
Description
When trying to import this package in a Python environment which is not managed by conda, it will fail to load the MKL .so file.
Steps to reproduce:
- Create a fresh linux environment, for example through Docker or through a VM.
- Install Python and pip.
- Optionally, create a fresh venv and activate it:
python -m venv mklenv && source mklenv/bin/activate
- Install this package with
pip install mkl-random
. - Launch python and try to import the package.
It throws an error about being unable to load the file libmkl_core.so.2
.
Metadata
Metadata
Assignees
Labels
No labels