首页 > 解决方案 > essentia algorithmfactory.h 无法打开 unsupported/Eigen/CXX11/tensor

问题描述

我在 C++ 中使用 Essentia,但在 include 语句中 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 的源文件

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

标签: c++tensorflowtensorlib

解决方案


推荐阅读