E2E-MLT icon indicating copy to clipboard operation
E2E-MLT copied to clipboard

ImportError: /home/yll/E2E-MLT-master/nms/adaptor.so: undefined symbol: _PyThreadState_UncheckedGet

Open doglegs2333 opened this issue 6 years ago • 1 comments

doglegs2333 avatar Jan 19 '19 01:01 doglegs2333

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)

riaz avatar Aug 20 '19 00:08 riaz