-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Describe the bug
I meet a bug about installing
pip install rerf
To Reproduce
In file included from src/src/baseFunctions/../forestTypes/unsupervisedForests/urf/fpURFBase.h:13,
from src/src/baseFunctions/fpForestFactory.h:8,
from src/src/packedForest.h:23,
from src/packedForest.cpp:1:
src/src/baseFunctions/../forestTypes/unsupervisedForests/urf/urfTree.h:9:10: 致命错误:eigen3/Eigen/Dense:没有那个文件或目录
#include <eigen3/Eigen/Dense>
^~~~~~~~~~~~~~~~~~~~
编译中断。
error: command 'gcc' failed with exit status 1
Expected behavior
pip install rerf
Desktop (please complete the following information):
- OS: centOS 7
- Language: Python
- Version 2.0.4
Please help!