Git Product home page Git Product logo

Comments (6)

berndgassmann avatar berndgassmann commented on May 25, 2024

You have to explicitly enable the python binding.
So you should either run
ad_rss$> colcon build --cmake-args -DBUILD_PYTHON_BINDING=ON -DBUILD_TESTING=ON
Then you finally can also test if the python binding is actually working.

Or you follow the plain CMAKE commands:
https://intel.github.io/ad-rss-lib/BUILDING/index.html#plain-cmake-build
but also there, you have to append the -DBUILD_PYTHON_BINDING=ON to the packages
to achieve the same without colcon...

from ad-rss-lib.

tvsrr avatar tvsrr commented on May 25, 2024

Thanks for responding @berndgassmann! I tried and it resulted in this error. I have installed boost 1.67. But the error still persisits.
boost_error

from ad-rss-lib.

berndgassmann avatar berndgassmann commented on May 25, 2024

In travis build on ubuntu 16.04 I see:
-- Boost version: 1.58.0
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.12", minimum required is "2")
CMake Warning at /usr/local/cmake-3.12.4/share/cmake-3.12/Modules/FindBoost.cmake:1727 (message):
No header defined for python-py27; skipping header check
Call Stack (most recent call first):
/home/travis/build/carla-simulator/map/cmake/python-binding.cmake:55 (find_package)
python/CMakeLists.txt:24 (find_python_binding_packages)
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- python-py27
-- PythonLib 2 found. /usr/include/python2.7, /usr/lib/x86_64-linux-gnu/libpython2.7.so
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable version "3.5.2", minimum required is "3")
CMake Warning at /usr/local/cmake-3.12.4/share/cmake-3.12/Modules/FindBoost.cmake:1727 (message):
No header defined for python-py35; skipping header check
Call Stack (most recent call first):
/home/travis/build/carla-simulator/map/cmake/python-binding.cmake:84 (find_package)
python/CMakeLists.txt:24 (find_python_binding_packages)
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- python-py35
-- PYTHON2: Includes: /usr/include/python2.7; Libs: Boost::python-py27;/usr/lib/x86_64-linux-gnu/libpython2.7.so
-- PYTHON3: Includes: /usr/include/python3.5m; Libs: Boost::python-py35;/usr/lib/x86_64-linux-gnu/libpython3.5m.so

from ad-rss-lib.

berndgassmann avatar berndgassmann commented on May 25, 2024

But in you error logs at least also 1.58.0 is mentioned. In each case you have to check the whole logfile under log/latest/ad_physics to get a bit more than just the error output.

Your error log seems to have problems the boost python-py37 version.
Either the library is actually not available (Boost python-py37) or something else in the boost installation is wrong.

At least it doesn't find the 1.67 version you mentioned. As a quick fix, to overcome the problem you might be able to comment out the python3 variant in
https://github.com/intel/ad-rss-lib/blob/master/cmake/python-binding.cmake
and the same file in the map/cmake/python-binding.cmake file.

As it looks that the python2 variant is working.

Or you somehow replace the check for the lib by the concrete files you have in your system ...

from ad-rss-lib.

tvsrr avatar tvsrr commented on May 25, 2024

Thanks a lot @berndgassmann .. The issue was I was using python3.7 and i think boost 1.58 doesn't support 3.7. I reinstalled with python 3.5. It worked.

from ad-rss-lib.

berndgassmann avatar berndgassmann commented on May 25, 2024

Ok, good that you got down to the root cause of this.
So I'll close this issue.

Bernd.

from ad-rss-lib.

Related Issues (20)

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.