Skip to content

Installation issue #98

@eddovandenboom

Description

@eddovandenboom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions