Mapabin
Mapabin
going to '/usr/local/lib/python3.7/site-packages/graphkernels/utilities.py’ and changing 'v_attr_name = gs.vs.attributes()[0]’ to 'v_attr_name = g.vs.attributes()[0]’ now created this error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
Using the pdb .... > /usr/local/lib/python3.7/site-packages/GKextCPy.py(78)_swig_getattr() -> if method: (Pdb) s > /usr/local/lib/python3.7/site-packages/GKextCPy.py(80)_swig_getattr() -> raise AttributeError("'%s' object has no attribute '%s'" % (class_type.__name__, name)) (Pdb) s AttributeError: 'DoubleVector' object has...