boy1dr / SpleeterGui

Windows desktop front end for Spleeter - AI source separation
Apache License 2.0
2.28k stars 250 forks source link

2570444 #106

Closed 2570444 closed 3 years ago

boy1dr commented 3 years ago

Try installing the vcruntime from microsoft https://www.microsoft.com/en-au/download/details.aspx?id=48145

boy1dr commented 3 years ago

actually, you might need the 64bit version as well. https://www.microsoft.com/en-us/download/details.aspx?id=52685

boy1dr commented 3 years ago

So far, the only reasons this DLL Load error occurs is due to AVX support missing or the VC runtime files aren't installed on the machine. You can have a read through a similar issue here https://github.com/boy1dr/SpleeterGui/issues/72 I have also had reports of Spleeter not running on laptop computers. Your CPU appears to meet the specifications though so i'm not sure why it isn't working for you. I could give you some commands to try, see if we can't figure it out.

boy1dr commented 3 years ago

If you want to give it a try, here's the commands Click start and type cmd Run command prompt Then paste these lines in one by one hitting enter each time.

cd C:\Users\abrah\AppData\Roaming\SpleeterGUI python\python.exe -W ignore -m spleeter separate -o "c:\temp\output" -d 600 c:\temp\song.mp3

You will need to create those folders and put the song.mp3 in c:\temp

boy1dr commented 3 years ago

Sorry to hear you are having such trouble with it. I won't do a remote desktop thing, i like to keep my distance with other internet users. I am happy to help you through running commands to figure it out though. If you ran those commands i mentioned earlier can you send me the full output after you ran them? There must be a reason for Tensorflow trowing the error, we just need to find it.