fix: pin transcription project to Python 3.12
- Set bundled FunASR transcription project to Python 3.12 - Restrict requires-python to >=3.12,<3.13 and refresh uv.lock - Document Windows editdistance wheel issue on Python 3.13 - Update README/SKILL prerequisites to recommend Python 3.12 - Add Windows FunASR uv setup troubleshooting reference
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
|---|---|
|
||||
| `ffmpeg` + `ffprobe` | Linux: `pacman -S ffmpeg` / `apt install ffmpeg`;macOS: `brew install ffmpeg`;Windows: `winget install Gyan.FFmpeg` |
|
||||
| `uv` | Linux: `pacman -S uv`;macOS: `brew install uv`;Windows: `winget install astral-sh.uv`;备用: `pip install uv` |
|
||||
| `python3` | Linux: `pacman -S python`;macOS: `brew install python`;Windows: `winget install Python.Python.3` |
|
||||
| `python3` / Python 3.12 | Linux: `pacman -S python`;macOS: `brew install python@3.12`;Windows: `winget install Python.Python.3.12` |
|
||||
|
||||
### 安装 skill
|
||||
|
||||
|
||||
Reference in New Issue
Block a user