From ceed77af14ac129346b28e33f7244e23c9fbb1ab Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Thu, 26 Feb 2026 21:57:51 -0500 Subject: [PATCH] Document build fix in history.md --- history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/history.md b/history.md index 623de8b..597eb02 100644 --- a/history.md +++ b/history.md @@ -71,4 +71,5 @@ The project now features a high-performance, Apple Silicon-optimized pipeline th chmod +x build.sh ./build.sh ``` +- **Troubleshooting:** Fixed a runtime `ModuleNotFoundError: No module named 'mlx._reprlib_fix'` by explicitly adding `--collect-all mlx` and `--hidden-import=mlx._reprlib_fix` to the PyInstaller configuration. - **Outcome:** A standalone `whisper-transcribe` binary in the `dist/` directory.