From efe07febaaab9eb73d888a3482faa6ad70ded40f Mon Sep 17 00:00:00 2001 From: Dmitry Bogdanov Date: Thu, 17 Oct 2024 15:29:55 +0200 Subject: [PATCH] Update info for installing dependencies on MacOS --- doc/sphinxdoc/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinxdoc/installing.rst b/doc/sphinxdoc/installing.rst index c11bebbbd..d3f9b4a46 100644 --- a/doc/sphinxdoc/installing.rst +++ b/doc/sphinxdoc/installing.rst @@ -87,7 +87,7 @@ Install prerequisites:: Install Essentia's dependencies:: - brew install eigen libyaml fftw ffmpeg libsamplerate libtag tensorflow + brew install eigen libyaml fftw ffmpeg@2.8 libsamplerate libtag chromaprint tensorflow `Install Python environment using Homebrew `_ (Note that you are advised to do as described here and there are `good reasons to do so `_. You will most probably encounter installation errors when using Python/NumPy preinstalled with macOS.)::