0
Java required?
Which platform is this supposed to work on?
Tried on mac and it failed with:
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
<<PINOKIO_SHELL>>eval "$(conda shell.bash hook)" ; conda deactivate ; conda deactivate ; conda deactivate ; conda activate '/Users/x/pinokio/api/X-Voice.git/app/conda_env' ; . bluefairy-activate && x-voice_infer-gradio --host 127.0.0.1 --port 7860
==> bluefairy active: uv/npm/bun protection enabled
bash: x-voice_infer-gradio: command not found
(/Users/x/pinokio/api/X-Voice.git/app/conda_env) <<PINOKIO_SHELL>>
Diagnosis from AI:
• The install failed, and the start failure is just a consequence of that.
In logs/api/install.js/latest:19, uv pip install -e . failed while building jpype1==1.7.1. The root error is that Java is
missing:
Could NOT find Java and /usr/bin/java -version reported no Java Runtime.
That dependency came from:
x-voice -> g2pk -> konlpy -> jpype1
g2pk is declared in app/pyproject.toml:34, and the failed install command is in install.js:35.
Then logs/api/start.js/latest:8 failed with:
bash: x-voice_infer-gradio: command not found
That command should be created by the package script in app/pyproject.toml:98, but because install never completed, the
executable was never installed into app/conda_env/bin.
Likely fix: install a JDK before uv pip install -e ., probably by adding openjdk to the conda install step in install.js:24,
then reset/reinstall.
Exit checklist: AGENTS.md reopened, PINOKIO_HOME resolved to /Users/x/pinokio, logs checked first for the failure, closest TTS
launcher example checked, PINOKIO.md checked for shell.run/conda behavior, and no files were edited.
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
