Building the Python Wrapper on Windows 10

Issue #400 wontfix
Firefox Metzger created an issue

I'm trying to build GTSAM with the python package for Python 3.6 on Windows 10 via MSVC 15.9.1 .

In the beginning, I had some problems finding boost.python, but I managed to resolve that by adjusting GTSAM's cmake (on win10 the dependency is called python36 instead of python-py36). I managed to compile the GTSAM core as well as the C++ examples and the only project that keeps failing is GTSAM_python.

I've attached the log file. I'm trying to find the source of the error. As I'm unfamiliar with the code base, I'm a little overwhelmed as to where to look.

Any pointers are appreciated.

Comments (3)

  1. Frank Dellaert

    We are no longer actively developing python wrapper, please use cython-wrapped toolbox instead. Other one will disappear soon.

  2. Log in to comment