Hello Mesos,
According to changelog, Mesos 1.7.0 supports Python3: [MESOS-8955] - Manage Python2 and 3 in build steps However, after looking at configure.ac I have no idea how to enable this. The only option that looks tided with Python 3 is --enable-new-cli which is not working because the new_cli folder is actually missing from the src folder. Can you explain how to enable this ? Thanks,