MultiNet icon indicating copy to clipboard operation
MultiNet copied to clipboard

/bin/bash: makecython++:command not found

Open sxy2021 opened this issue 4 years ago • 0 comments

command: cd submodules/KittiBox/submodules/utils/ && make error: makecython++ stitch_wrapper.pyx "" "stitch_rects.cpp ./hungarian/hungarian.cpp" /bin/bash: makecython++: command not found Makefile:5: recipe for target 'all' failed make: *** [all] Error 127 environment: python2.7 MultiNet/submodules/KittiBox/submodules/utils makefile: SHELL := /bin/bash

.PHONY: all all: pip install runcython makecython++ stitch_wrapper.pyx "" "stitch_rects.cpp ./hungarian/hungarian.cpp"

sxy2021 avatar Jan 29 '22 08:01 sxy2021