Hi Adam, > According to changelog, Mesos 1.7.0 supports Python3: > > [MESOS-8955] - Manage Python2 and 3 in build steps
The Mesos Python bindings can currently only built for python2.7, see https://issues.apache.org/jira/browse/MESOS-7163. The new cli uses python3 so python3 (for the new cli) and python2.7 (for the modules) can be discovered by configure. I am not sure what exactly you are building, but maybe you might be able to use the HTTP APIs which are by design language (version)-agnostic. HTH, Benjamin

