E2E-MLT
E2E-MLT copied to clipboard
ImportError: /home/yll/E2E-MLT-master/nms/adaptor.so: undefined symbol: _PyThreadState_UncheckedGet
you will need to build the nms library: cd nms make (for me: python-config was missing so, pip install python-config, and i also had to replace python3-config to python-config in the makefile)