After running
python setup.py build_ext --inplace
When I try importing _sparsemap, an error occurs:
In [1]: import _sparsemap
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in ()
----> 1 import _sparsemap
ImportError: /home/kxwang/exp/sparsemap-master/python/sparsemap/_sparsemap.cpython-36m-x86_64-linux-gnu.so: undefined symbol: ZN3AD313GenericFactor17GetCorrespondenceEPSt6vectorIdSaIdEES4
In [2]:
What might be the reason? Thanks a lot.
After running
When I try importing _sparsemap, an error occurs:
In [1]: import _sparsemap
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in ()
----> 1 import _sparsemap
ImportError: /home/kxwang/exp/sparsemap-master/python/sparsemap/_sparsemap.cpython-36m-x86_64-linux-gnu.so: undefined symbol: ZN3AD313GenericFactor17GetCorrespondenceEPSt6vectorIdSaIdEES4
In [2]:
What might be the reason? Thanks a lot.