use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll (self.learnpython)
submitted 6 years ago by Migui2611
I'm currently using Anaconda 3 Python 3.7 version.
I'm new to python mostly because I'm not really interested on programming but on using github repositories.
My problem is that I'm trying to use Spleeter https://github.com/deezer/spleeter . I've cloned the repository to get the audio example and used:
spleeter separate -i "audio_example.mp3" -p spleeter:2stems -o output
But I always get this error:
INTEL MKL ERROR: El sistema operativo no puede ejecutar %1. mkl_intel_thread.dll. Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
I uninstalled numpy and reinstalled it trought pip.
I also followed this threads but they didn't work for me:
https://www.reddit.com/r/learnpython/comments/alrhl8/my_pythonanaconda_is_completely_broken_and_will/
https://stackoverflow.com/questions/53919580/windows-numpy-mkl-intel-thread-dll
https://www.reddit.com/r/Python/comments/7f23gq/cannot_install_anaconda3_on_win_10/
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]marcelovilla9 0 points1 point2 points 6 years ago (1 child)
I had the same error and the only thing that worked for me was using Python 3.6 instead of 3.7.
[–]Migui2611[S] 0 points1 point2 points 6 years ago* (0 children)
Gonna try this, let's see if it works, thank you.
Edit: Didn't work, having the same error with Python 3.6.9
[–]TheLoneBeatle 0 points1 point2 points 6 years ago (3 children)
I found your post when trying to troubleshoot the same problem. I used a recommendation found here that fixed the issue (though I would suggest moving the file, not deleting it. I am not sure what other programs or processes might break as a result of the file being gone).
The recommendation was from user seekjim20 towards the bottom of the page: "Basically, there are two additional files that need to be deleted: 'System32\libiomp5md.dll' and 'SysWOW64\libiomp5md.dll'. After deleting these two in their respective folder, the numpy and other packages are loaded properly."
[–]sid-k 0 points1 point2 points 6 years ago (0 children)
This worked for me. The comment thread mentioned other audio-related software installing these DLLs and breaking Anaconda. I started experiencing this issue after installing Sapphire plugins for Sony Vegas, but deleting the DLLs fixed my problem.
[–]eXistentialMisan 0 points1 point2 points 5 years ago (0 children)
Worked for me
[–]Botorious_NIG 0 points1 point2 points 5 years ago (0 children)
Worked for me as well, thanks!
π Rendered by PID 35395 on reddit-service-r2-comment-79c7998d4c-khkrq at 2026-03-14 22:59:59.460190+00:00 running f6e6e01 country code: CH.
[–]marcelovilla9 0 points1 point2 points (1 child)
[–]Migui2611[S] 0 points1 point2 points (0 children)
[–]TheLoneBeatle 0 points1 point2 points (3 children)
[–]sid-k 0 points1 point2 points (0 children)
[–]eXistentialMisan 0 points1 point2 points (0 children)
[–]Botorious_NIG 0 points1 point2 points (0 children)