C#C
C#3y ago
guiguig

❔ Process.Start() on Python script on Ubuntu won't start

For a Unity project, I need to generate a text document using a Python script and also generate TTS voice lines using another Python script. My problem is when I start the script using Process.Start(), it just doesn't start and skips that part completely.
Here's one of the things I tried:
Process.Start("/usr/bin/python3.10", "/media/guiguig/usb-drive/family-guy-ai-pre-main/make_script.py");
Was this page helpful?