machinewrapped / gpt-subtrans

Open Source project using LLMs to translate SRT subtitles
Other
311 stars 36 forks source link

Not found after install #64

Closed PabloMartinMoreno closed 10 months ago

PabloMartinMoreno commented 10 months ago

After completing all the installation steps, neither the 'gui-subtrans' nor 'gpt-subtrans' command is working. I am on Windows

image
machinewrapped commented 10 months ago

It looks like the answer is in the error message, if you're using powershell you need to add .\ to execute programs in the current directory (I didn't know that before, but it's similar to how Mac and Linux shells work).

For the GUI you should also be able to launch it by double-clicking the .cmd file in Explorer.