SeungjunNah/DeepDeblur-PyTorch

Getting Error: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.

RowanG1 opened this issue · 2 comments

I am running on Anaconda, via terminal.

Any ideas?

Hi @RowanG1,

It seems like you are running on Windows. Sorry, I don't gurantee the code running on Windows.
I would recommend starting by checking if PyTorch is installed correctly.

I don't know if the problem has been solved yet. I'm gonna write it anyway.

I run into a similar problem while using jupyter notebook. so I check libiomp5md.dll in my anaconda file. The result was,
Screenshot 2022-06-19 135321

After that, I try to move out (delete) each file to see if it works. It seems like when I delete the one its path was C:\Users\phudi\anaconda3\Library\bin. the code works fine.

I'm neither an expert nor experienced. So I don't know if this approach has any side effects. But it does work for me.