-
Notifications
You must be signed in to change notification settings - Fork 549
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
pypointmatcher.cpython-38-x86_64-linux-gnu.so: undefined symbol #478
Comments
@aguenette any thoughts? |
@venustar2015 Which version of pybind11 did you use? I've compiled the bindings with python3.8 and everything is working. It looks like it cannot find the method You can expand only the |
Dear Aguenette, Hope you have a nice day. Thanks! |
@venustar2015 I don't know why these two groups aren't there. I'm giving you the output I get when I'm running the -- Building tests with Eigen v3.3.4
-- Boost version: 1.65.1
-- Building interpreter tests using Catch v1.10.0
-- pybind11 v2.5.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alexandre/git/pybind11/build and in libpointmatcher's build directory : -- Boost version: 1.65.1
-- Found the following Boost libraries:
-- thread
-- filesystem
-- system
-- program_options
-- date_time
-- chrono
-- atomic
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- thread
-- filesystem
-- system
-- program_options
-- date_time
-- chrono
-- atomic
-- libnabo found, version 1.0.7 (include= libs=)
-- OpenMP found, parallel computer enabled
-- using built-in yaml-cpp, version 0.3.0
-- text-based configuration enabled
-- API Documentation (doxygen): disabled
-- The Python module will be install at this location : /usr/local/lib/python3.8/dist-packages
-- pybind11 v2.5.0
-- Configuring done
-- Generating done
-- Build files have been written to: /home/alexandre/Libraries/libpointmatcher/build-python3.8 And here's a screenshot with the most relevant groups expanded : |
I am trying to use libpointmatcher with python, but when I import the module, it appears the error 'undefined symbol'. Here is the detailed error information:
Here is the other information:
The text was updated successfully, but these errors were encountered: