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
4.21k stars 444 forks source link

PermissionError: [Errno 13] | error whenever trying to overwrite an mp3 file (windows) #178

Closed Adnan-Odimah closed 5 months ago

Adnan-Odimah commented 5 months ago

I was using it fine on ubuntu (the folder is in a Dropbox) but on windows it keeps saying permission error whenever I try to overwrite the output file, it has no issues creating the file though. Have tried changing permissions on the file, running cmd as admin, tried doing it as a Command using OS instead of .Communcate and it is still not working.