-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Issue importing mkl on Windows #23
Comments
Hi, I'm a bit late to the party but I've just had the same issue. I was able to fix it by adding to the path and directory for dlls, the Lib dir of the venv (where the mkl package install the DLLs)
It will only work if you're in a virtual env (if your not, just add the path to your PATH env var). |
I am also having this issue. Do you think it's related to a new version of mkl of was it always present? @GregGodin In your snippet above, "Library\bin" is not a full windows path. Do I understand correctly that it refers to the |
Here's how to reproduce the bug:
pip install mkl mkl-service python -c "import mkl"
and here's the output:
The text was updated successfully, but these errors were encountered: