Skip to content
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

ImportError: undefined symbol #3

Closed
VicSegers opened this issue Mar 25, 2020 · 1 comment
Closed

ImportError: undefined symbol #3

VicSegers opened this issue Mar 25, 2020 · 1 comment

Comments

@VicSegers
Copy link

VicSegers commented Mar 25, 2020

Hi,
I'm trying to import octomap in python, but I get an ImportError when running import octomap. Did i forget to install something? I'm using Python 3.6.9 and installed octomap-python with pip. I get the same error in Python 2.7.17 installing with pip.
ImportError: /home/user/.local/lib/python3.6/site-packages/octomap.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN7octomap14AbstractOcTree4readERKSs

@VicSegers VicSegers changed the title ImportError: unidentified symbol ImportError: undefined symbol Mar 25, 2020
@VicSegers
Copy link
Author

Was able to install it following the directions in issue #1.
apt-get install liboctomap-dev libdynamicedt3d-dev
pip install scikit-build
pip install octomap-python --no-binary octomap-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant