Skip to content

Cannot use in non-conda-managed Python #70

Open
@david-cortes-intel

Description

@david-cortes-intel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions