essentia algorithmfactory.h 无法打开不受支持的/Eigen/CXX11/tensor

问题描述

我在 C++ 中使用 Essentia,但在包含语句中 algorithmfactory 和 credit_libav.h 都给我一个错误

#include<iostream>
#include<fstream>
#include<essentia/algorithmfactory.h>
...
#include "credit_libav.h"

它说不能打开第三行的源文件“unsupported/Eigen/CXX11/tensor”(essentia/algorithmfactory.h的依赖),并且不能打开credit_libav.h的源文件

请问我哪里出错了?我不知道这些文件位于或必须位于什么位置。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)