cubvh
cubvh copied to clipboard
Failed to install - eigen/matrix.h: No such file or directory
I've got an error when tried to build locally, via pip install .
In file included from /home/ubuntu/projects/cubvh/src/bindings.cpp:3:
/home/ubuntu/projects/venv/lib/python3.10/site-packages/torch/include/pybind11/eigen.h:12:10: fatal error: eigen/matrix.h: No such file or directory
12 | #include "eigen/matrix.h"
| ^~~~~~~~~~~~~~~~
compilation terminated.
Eigen3 is installed,
$ pkg-config --modversion eigen3
3.4.0