ashawkey / cubvh

CUDA Mesh BVH tools.
MIT License
156 stars 11 forks source link

Failed to install Eigen/Dense: No such file or directory #16

Open fhan235 opened 4 months ago

fhan235 commented 4 months ago

when I run pip install cubvh, I encountered this problem. But I'm sure that I had installed eigen. I try to solve this by mapping Eigen to its parent path:

ln -s /usr/local/include/eigen3/Eigen /usr/local/include/Eigen && ln -s /usr/local/include/eigen3/unsupported /usr/local/include/unsupported