facebookresearch / demucs

Code for the paper Hybrid Spectrogram and Waveform Source Separation
MIT License
8.15k stars 1.02k forks source link

Cannot find ordinal 242 in the dynamic link library #152

Open Andres777sb opened 3 years ago

Andres777sb commented 3 years ago

After i made instruction python3.exe -m demucs.separate --dl -n demucs --shifts=10

adefossez commented 3 years ago

You can try the following:

If you have an error saying that mkl_intel_thread.dll cannot be found, you can try to first run conda install -c defaults intel-openmp -f. Then try again to run the demucs.separate command. If it still doesn't work, you can try to run first set CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1, then again the demucs.separate command and hopefully it will work 🙏.