A-c0rN / EASGen

A Fast Python EAS Generation Library
Open Data Commons Open Database License v1.0
6 stars 4 forks source link

PermissionError: [Errno 13] Permission denied #2

Closed MattDevsWasTaken closed 1 year ago

MattDevsWasTaken commented 1 year ago

When I try to save or play an EAS file, even if running python from an elevated CMD, I get this error:

"PermissionError: [Errno 13] Permission denied: 'C:\Users\(Redacted For Privacy)\AppData\Local\Temp\tmppxj652pv.wav'"

A-c0rN commented 1 year ago

This isn't an issue with EASGen, this is an issue with pydub running in an elevated environment. If you want this to work properly, try to run not in an elevated command prompt.