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.47k stars 556 forks source link

Is it compatible with windows 11? #38

Closed ALBI0NE closed 1 year ago

ALBI0NE commented 1 year ago

I tried to run it on windows 11, but I get this issue: "'edge-tts' is not recognized as an internal or external command, operable program or batch file."

I tried to put it in the PATH, but it didn't resolve the issue.

rany2 commented 1 year ago

It is compatible with Windows. I'm not sure why you have this issue, maybe your installation of PIP or Python is incomplete?

rany2 commented 1 year ago

Closing because it's not related to edge-tts. Feel free to ask for help here anyway

3ternal commented 9 months ago

I got stuck at this as well. Eventually I figured out that you can run it with the command python -m edge_tts (note the _ instead of the -).