Good day,
Thank you so much for this amazing project!
I just ran the installation script by cloning the main branch of this repository and running bash PAI-Install/install.sh (as instructed in the readme). After installation, I get the following error when I run pai in my terminal:
422 |
423 | // Voice notification (using focused marker for calmer tone)
424 | notifyVoice(`[🎯 focused] ${getDAName()} here, ready to go.`);
425 |
426 | // Launch Claude
427 | const proc = spawn(args, {
^
error: Executable not found in $PATH: "claude"
path: "claude",
errno: -2,
code: "ENOENT"
at cmdLaunch (/home/eddo/projects/pai-opencode/.opencode/PAI/Tools/pai.ts:427:16)
at cmdLaunch (/home/eddo/projects/pai-opencode/.opencode/PAI/Tools/pai.ts:396:26)
at main (/home/eddo/projects/pai-opencode/.opencode/PAI/Tools/pai.ts:628:11)
at main (/home/eddo/projects/pai-opencode/.opencode/PAI/Tools/pai.ts:623:20)
at /home/eddo/projects/pai-opencode/.opencode/PAI/Tools/pai.ts:748:1
at loadAndEvaluateModule (2:1)
and the program immediately exits. I am on Linux Fedora and already had opencode installed. I hope you can help. Cheers!
Kind regards,
Eddo
Good day,
Thank you so much for this amazing project!
I just ran the installation script by cloning the main branch of this repository and running
bash PAI-Install/install.sh(as instructed in the readme). After installation, I get the following error when I runpaiin my terminal:and the program immediately exits. I am on Linux Fedora and already had opencode installed. I hope you can help. Cheers!
Kind regards,
Eddo