I have an error while using midi2audio and fluisynth library to convert my midi file into audio on Python. The first error was :
FileNotFoundError: [Errno 2] No such file or directory: 'fluidsynth'
So I went to the subprocess file and i putted the fluidsynth's path because I have already installed it.
Then a new error appeared :
PermissionError: [WinError 5] Accès refusé
I tried to let all the permissions on the file, I runned VSCode as an administrator, I uninstalled and reinstalled fluidsynth and midi2audio both libraries, but always same error. Is there someone who can help please I really need your help, or at least if yoiu have another way where i don't have to use these two libraries.