rany2 / edge-tts

Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
https://pypi.org/project/edge-tts/
GNU General Public License v3.0
5.46k stars 556 forks source link

This script requires mpv and edge-tts #24

Closed neoOpus closed 1 year ago

neoOpus commented 1 year ago

I keep getting this error, I tried to install everything via pip and pipx but something seems broken (I am using Windows 11 latest Dev version)

rany2 commented 1 year ago

You can't install mpv via pip/pipx. For MPV, check https://mpv.io/installation/

neoOpus commented 1 year ago

fixed that via scoop, thanks

s3xysteak commented 1 year ago

May I ask how did you fix that? I install "Windows builds by shinchiro (releases and git)" but still get the error....

neoOpus commented 1 year ago

@SexySteak commented on Mar 30, 2023, 5:46 AM EDT:

May I ask how did you fix that? I install "Windows builds by shinchiro (releases and git)" but still get the error....

Just have scoop installed and then use it to install mvp... you can use also WinGet

Tell me if you are stuck I can assist you remotely.

s3xysteak commented 1 year ago

Thank you! I have solved this problem. I added the path of the folder where mpv.exe is located in the Environment Variables - System Variables - Path, which resolved the problem.

neoOpus commented 1 year ago

Yes doing that is a solution but you can also use Hardlinks and place the mpv.exe where the software can find it...