Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Error installing GameTTS Requirements #19

Open
Colletior opened this issue May 26, 2022 · 4 comments
Open

Error installing GameTTS Requirements #19

Colletior opened this issue May 26, 2022 · 4 comments

Comments

@Colletior
Copy link

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?

@lexkoro
Copy link
Owner

lexkoro commented May 26, 2022

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

@Colletior
Copy link
Author

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.

@LLatikaynen
Copy link

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.

@rschoenfeld
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants