Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Example failed in windows10 #42

Closed
BigCat20196 opened this issue Mar 27, 2022 · 3 comments
Closed

Run Example failed in windows10 #42

BigCat20196 opened this issue Mar 27, 2022 · 3 comments

Comments

@BigCat20196
Copy link

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
Copy link

Freddd13 commented Mar 27, 2022

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

@BigCat20196
Copy link
Author

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
Copy link

Freddd13 commented Apr 4, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants