essentia icon indicating copy to clipboard operation
essentia copied to clipboard

Failing cpptests on MacOS Mojave

Open csarami opened this issue 4 years ago • 0 comments
trafficstars

Hi,

I have followed the installation for Python 3 on macOS ( Mojave here). I use the path to my python3 folder when configuring with waf:

./waf configure --build-static --with-python --python=/Library/Frameworks/Python.framework/Versions/3.7/bin/Python3 --with-cpptests --with-examples --with-vamp

However, when I run the test I get the error.

[ RUN      ] VectorOutput.VectorReal
[       OK ] VectorOutput.VectorReal (0 ms)
[----------] 5 tests from VectorOutput (0 ms total)

[----------] Global test environment tear-down
[==========] 132 tests from 16 test cases ran. (102 ms total)
[  PASSED  ] 125 tests.
[  FAILED  ] 7 tests, listed below:
[  FAILED  ] AudioLoader.SimpleLoad
[  FAILED  ] AudioLoader.SampleFormatConversion
[  FAILED  ] Network.SimpleVisibleNetwork
[  FAILED  ] Network.ExecutionNetworkWithComposite
[  FAILED  ] Scheduler.SourceProxyFork
[  FAILED  ] TreeTraversal.DepthFirstMap
[  FAILED  ] TreeTraversal.DepthFirstSearch

 7 FAILED TESTS
failed to run tests. Check test output

What should I do please?

csarami avatar Feb 06 '21 05:02 csarami