Code Monkey home page Code Monkey logo

ompl-wheels's People

Contributors

kylc avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

medra-ai

ompl-wheels's Issues

Failure to import some submodules

First off, thanks very much for this work! It's going to be excellent to have pip-installable OMPL.

I'm currently hitting an error while testing out the bindings. Specifically:

❯ python                   
Python 3.11.5 (main, Sep  2 2023, 14:16:33) [GCC 13.2.1 20230801] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ompl.tools
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/wil/.cache/pypoetry/virtualenvs/riposte-N67AXUAO-py3.11/lib/python3.11/site-packages/ompl/tools/__init__.py", line 2, in <module>
    from ompl.tools._tools import *
RuntimeError: extension class wrapper for base class std::map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::less<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >, std::allocator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > > has not been created yet

(you can ignore the pypoetry bit; I've also validated this in a virtualenv created with venv)

This feels like a Boost library mismatch to me - my system has Boost 1.83 installed, and I believe you're compiling against 1.81(?), but - from the file list in the wheel - it looks like the correct Boost should be vendored? I also do not have a problem importing, e.g., ompl.base. I've also verified that I don't have a problem importing ompl.tools with OMPL Python bindings built natively on my machine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.