DenseInferenceWrapper icon indicating copy to clipboard operation
DenseInferenceWrapper copied to clipboard

Error in 'make all' in the installation step

Open cjayanth95 opened this issue 8 years ago • 1 comments

pro = CRFProcessor.CRF3DProcessor() gvies error Traceback (most recent call last): File "", line 1, in File "denseinference/CRFProcessor.py", line 76, in init verbose) TypeError: init() should return None, not 'NoneType'

cjayanth95 avatar Feb 14 '17 17:02 cjayanth95

Hi @cjayanth95 I guess its probably you are linking against the wrong Python library. Make suitable changes in the make file to get rid of it. What version of Boost you have?

iabhi7 avatar Nov 01 '17 11:11 iabhi7