Closed iamwilliamli closed 2 years ago
Also, when I tried to install on focal with Cuda, pybind11/eigen.h seems to conflict with the Eigen I installed
fast_gicp/thirdparty/pybind11/include/pybind11/eigen.h:573:24: error: ‘MappedSparseMatrix’ is not a member of ‘Eigen’; did you mean ‘SparseMatrix’?
573 | value = Eigen::MappedSparseMatrix<Scalar, Type::Flags, StorageIndex>(
| ^~~~~~
| SparseMatrix
root@063a0cdb66f5:~/workspace/fast_gicp# python3 Python 3.8.0 (default, Dec 9 2021, 17:53:27) [GCC 8.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. import pygicp Traceback (most recent call last): File "", line 1, in
ImportError: dynamic module does not define module export function (PyInit_pygicp)