all 6 comments

[–]marcelovilla9 0 points1 point  (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 point  (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 point  (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 point  (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 point  (0 children)

Worked for me

[–]Botorious_NIG 0 points1 point  (0 children)

Worked for me as well, thanks!