Skip to content

Commit d113d3c

Browse files
authored
Merge pull request #135 from detrin/main
Added Troubleshooting section to README
2 parents ff9535d + a12e015 commit d113d3c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,16 @@ Example
6666
The included ``decode.py`` script demonstrates using this package to
6767
convert compressed audio files to WAV files.
6868

69+
Troubleshooting
70+
---------------
71+
72+
A ``NoBackendError`` exception means that the library could not find one of
73+
the libraries or tools it needs to decode audio. This could mean, for example,
74+
that you have a broken installation of `FFmpeg`_. To check, try typing
75+
``ffmpeg -version`` in your shell. If that gives you an error, try installing
76+
FFmpeg with your OS's package manager (e.g., apt or yum) or `using Conda
77+
<https://anaconda.org/conda-forge/ffmpeg>`_.
78+
6979
Version History
7080
---------------
7181

0 commit comments

Comments
 (0)