bytedance / music_source_separation

Other
1.26k stars 194 forks source link

Run Example failed in windows10 #42

Closed BigCat20196 closed 2 years ago

BigCat20196 commented 2 years ago

Hi Team, When I install bytesep according to the readdme, execute the demo command.

python3 -m bytesep separate \
    --source_type="vocals" \
    --audio_path="./resources/vocals_accompaniment_10s.mp3" \
    --output_path="separated_results/output.mp3"

However, I can't get the result and any error info. 1648367704(1)

My env: Windows10 Python 3.7.5 (installed by conda)

I tried to use command line, PowerShell and git bash, and the results were the same. Does it lack support for the windows ?

Appreciate if you can help this !

Freddd13 commented 2 years ago

Use python instead of python3 under windows. If the problem still exists, you can try my packed version

BigCat20196 commented 2 years ago

Hi @Freddd13, Thank you for your reply. Some errors were caused by my lack of ffmpeg before. Now it works well on the cmd and GUI.

Freddd13 commented 2 years ago

Hi @Freddd13, Thank you for your reply. Some errors were caused by my lack of ffmpeg before. Now it works well on the cmd and GUI.

I remember that GUI version should have contained a compact ffmpeg which will be provoked by a relative address.