Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Cannot use in non-conda-managed Python #70

Copy link
Copy link
@david-cortes-intel

Description

@david-cortes-intel
Issue body actions

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.

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.