-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I meet a bug about installing #357
Comments
I am having the same issue when running
|
me too, please help! |
Haha. I have given up on rerf, I choose deep forest !!! |
Identified my mistake, Thanks @burhr2 for the idea initially we have to install a virtual environment in the google colab notebook then we have to use following commands for installing rerf library Important thing to note here is it is better to create a virtual environment in colab notebook before installing library as I faced some problems because of it and process will be smooth if u install virtual env and work in it. Also these lines of code will work in both windows/Linux, also I think it would work on macOS but not exactly sure |
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):
Please help!
The text was updated successfully, but these errors were encountered: