Hi, I'm reporting an installation failure on Mojave (v10.14.6) with Homebrew:
Homebrew 2.2.3
Homebrew/homebrew-core (git revision bc6bb6; last commit 2020-01-17)
And I ran into this error:
$ brew install essentia --HEAD
==> Installing essentia from mtg/essentia
==> Cloning https://github.com/MTG/essentia.git
Updating /Users/sol/Library/Caches/Homebrew/essentia--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at ba79be6 Update year in MTG UPF copyright comments
Entering 'test/audio'
/Users/sol/Library/Caches/Homebrew/essentia--git/test/audio
==> ./waf configure --mode=release --with-examples --with-vamp --prefix=/usr/lo
==> ./waf
Last 15 lines from /Users/sol/Library/Logs/Homebrew/essentia/02.waf:
^
/usr/local/Cellar/eigen/3.3.7/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h:450:28: note: candidate function not viable: no known conversion from 'vector<int>' to 'const DSizes<Eigen::Tensor<float, 4, 1, long>::Index, NumIndices>' (aka 'const DSizes<long, NumIndices>') for 1st argument
EIGEN_DEVICE_FUNC void resize(const DSizes<Index, NumIndices>& dimensions) {
^
/usr/local/Cellar/eigen/3.3.7/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h:479:10: note: candidate template ignored: could not match 'Sizes' against 'vector'
void resize(const Sizes<Indices...>& dimensions) {
^
/usr/local/Cellar/eigen/3.3.7/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h:459:10: note: candidate function not viable: requires 0 arguments, but 1 was provided
void resize()
^
1 error generated.
Waf: Leaving directory `/private/tmp/essentia-20200117-6080-3wau0z/build'
Build failed
-> task in 'essentia' failed with exit status 1 (run with -v to display more information)
Hi, I'm reporting an installation failure on Mojave (v10.14.6) with Homebrew:
And I ran into this error: