From fd4d0ea444b5b4a3d73eec437135cbb96d25edaa Mon Sep 17 00:00:00 2001 From: spicysama <122108331+AnyaCoder@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:52:11 +0800 Subject: [PATCH] Update README.md for Ubuntu Ubuntu 22.04 LTS reported: >>> OSError: libsox.so: cannot open shared object file: No such file or directory >>> RuntimeError: Error in dlopen: libavutil.so.58: cannot open shared object file: No such file or directory >>> DEBUG:torchaudio._extension.utils:Attempting to load FFmpeg version 6, 5, 4. not found --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a7486e..efa67dc 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ pip install modelscope torchaudio sentencepiece funasr ```bash sudo apt install ffmpeg +sudo apt install libsox-dev +conda install -c conda-forge 'ffmpeg<7' ``` #### MacOS Users @@ -115,4 +117,4 @@ Special thanks to the following projects and contributors: - [audio-slicer](https://github.com/openvpi/audio-slicer) - [SubFix](https://github.com/cronrpc/SubFix) - [FFmpeg](https://github.com/FFmpeg/FFmpeg) -- [gradio](https://github.com/gradio-app/gradio) \ No newline at end of file +- [gradio](https://github.com/gradio-app/gradio)