Python benchmarks are broken. At the moment all of benchmarks are guarded by #if HAVE_CYTHONX preprocessor condition: https://github.com/opencog/benchmark/blob/997490970adb88250f01f316ef98bf4a92cc1df5/atomspace/atomspace/AtomSpaceBenchmark.cc#L467 But code cannot be compiled when HAVE_CYTHONX is defined.