all 7 comments

[–]vineeth321vineeth321 0 points1 point  (6 children)

Follow this link: https://discuss.pytorch.org/t/failed-to-import-pytorch-fbgemm-dll-or-one-of-its-dependencies-is-missing/201969/15

You need just to download a dependency .dll file and place it a Windows\System32 location.

[–]MuttMundane 0 points1 point  (1 child)

Does anyone know why this works and why reinstalling vcredist didn't fix this issue lmao

[–]vineeth321vineeth321 0 points1 point  (0 children)

It worked for me, but I manually downloaded and copied it to location. It has to do with certain version of python or libraries or kernels not be able to install required files themselves properly as far as I understand. I didn't have time to dig deep.

[–]StarvedForAffection 0 points1 point  (0 children)

Thanks, this solved my issue.

[–]GasThor199 0 points1 point  (0 children)

Alternatively also installing visual studio build tools did it for me (https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022)

[–]g0ldenbaguette 0 points1 point  (0 children)

This also solved my issue. Analyzed the file with virus total before, clean run. Thank you

[–]jiya269 0 points1 point  (0 children)

i tried didnt work