Files
tts_bot/melo-test/Dockerfile
Claude Owner c68de5a232 test(melo): add Dockerfile and document native-build failures
User hit "Failed building wheel for tokenizers / fugashi / mecab-python3"
on first install. Root cause is missing prebuilt wheels (typically
Python 3.12+) and missing MeCab/Rust system tools.

- Dockerfile: python:3.11-slim + MeCab + Rust, one-shot path that
  bypasses host setup entirely.
- README: explicit "Python 3.10/3.11 OR Docker" guidance, per-error
  troubleshooting, OS-specific system-package commands.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 15:44:01 +09:00

1.0 KiB