Hanjun-Dai/pytorch_structure2vec

Missing libs2v.so file

du970821 opened this issue · 0 comments

dll_path = '%s/build/dll/libs2v.so' % os.path.dirname(os.path.realpath(file))
if os.path.exists(dll_path):
S2VLIB = _s2v_lib(sys.argv)
else:
S2VLIB = None