skip to Main Content

Creating a python package (deb/rpm) from cmake – Debian

I am trying to create a python package (deb & rpm) from cmake, ideally using cpack. I did read https://cmake.org/cmake/help/latest/cpack_gen/rpm.html and, https://cmake.org/cmake/help/latest/cpack_gen/deb.html The installation works just fine (using component install) for my shared library. However I cannot make sense of…

VIEW QUESTION

Carla Python/C++ extension – import error: undefined symbol Ipopt – Debian

I implemented a MPC controller within CARLA 0.9.8 trafficmanager. That MPC controller is dependent on IPOPT. Carla make commands (make rebuild; make PythonAPI) work fine. However import carla in the python script spawn_npc.py throws the following error: ImportError: /home/DNDE.EMEA.DENSO/cha/.cache/Python-Eggs/carla-0.9.8-py2.7-linux-x86_64.egg-tmp/carla/libcarla.so: undefined…

VIEW QUESTION
Back To Top
Search