RFBNet icon indicating copy to clipboard operation
RFBNet copied to clipboard

fail to run ./make.sh

Open KrystalCWT opened this issue 3 years ago • 4 comments

c_type’? tstate->exc_type = local_type; ^~~~~~~~ curexc_type pycocotools/_mask.c:14327:13: error: ‘PyThreadState {aka struct _ts’ has no member named ‘exc_value’; did you mean ‘curexc_value’? tstate->exc_value = local_value; ^~~~~~~~~ curexc_value pycocotools/_mask.c:14328:13: error: ‘PyThreadState {aka struct _ts’ has no member named ‘exc_traceback’; did you mean ‘curexc_tracebac’? tstate->exc_traceback = local_tb; ^~~~~~~~~~~~~ curexc_traceback error: command 'gcc' failed with exit status 1

KrystalCWT avatar Aug 28 '20 02:08 KrystalCWT

same error...

kilence avatar Jan 14 '21 02:01 kilence

how to fix it

CGGG-gg avatar May 08 '21 08:05 CGGG-gg

change all the 'exc' stuff into 'curexc', it will be alright.

Jeff-Chow000 avatar Jun 04 '21 09:06 Jeff-Chow000

In case anybody hasn't found a solution yet, forcing the build worked for me. python build.py build_ext --inplace --force

aalekhpatel07 avatar Nov 02 '21 18:11 aalekhpatel07