Surajit Saikia

Results 5 comments of Surajit Saikia

There is a library "libprotobuf.so.x" (depends on your Python verision). You must include the path of this library in your Makefile.config. PYTHON_LIB := /usr/lib/x86_64-linux-gnu/ If you have installed the library...

Did you solve the problem? I am encountering the same problem. The way the author created the testset is different since it has indexes.

This could happen only if there is still a file where xrange is defined you can type grep -Ril "xrange" in your directory to check it where it is.

You need to change xrange to range if you are using python3.x

This repository is python2.7 compatible. Did you try converting it to python3 before compiling?