Open Colletior opened 2 years ago
Do you have spaces in the path? Pip will fail installing the required packages if there are spaces in the path where you put the .exe
I had indeed a space in the path, but even when removed I get the same message still. The files are extraced on a folder on the desktop. Opened with admin-rights.
Same here. Don´t know exactly where this blank would even be and why it would be there. And after checking, the Folder name where the .exe is located has no blanks. The error message persists. I don´t have python installed but that should not be the problem.
I had the same problem. I downloaded GameTTS and extracted it to c:\Program Files\ which might have been the problem, due to the path containing spaces. When I move the GameTTS folder to my desktop it installed the dependencies just fine. I believe Pip will use the default english folder names even if your system language is different. So c:\Program Files\ would be used if you try to run the .exe from c:\Programme.
Had to redownload GameTTS. First time a few months ago worked fine, today on a new system when starting the .exe it immediately prompts this:
"Install GameTTS Requirements. Error Installing GameTTS: Message = Das System kann die angegebene Datei nicht finden bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) bei System.Diagnostics.Process.Start() bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo) bei GameTTS.Program.RunPythonScript(String python, String command) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 52. bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 126."
Is this an issue on my end or repo?