You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
您好,我在使用make.sh编译nms的时候出现如下错误:
nms/gpu_nms.cpp:6316:13: error: ‘PyThreadState {aka struct _ts}’ has no member named ‘exc_value’
tstate->exc_value = local_value;
^
nms/gpu_nms.cpp:6317:13: error: ‘PyThreadState {aka struct _ts}’ has no member named ‘exc_traceback’
tstate->exc_traceback = local_tb;
^
error: command 'gcc' failed with exit status 1
尝试了很多方法,没有解决,网上说是cython的问题?
谢谢
The text was updated successfully, but these errors were encountered:
您好,我在使用make.sh编译nms的时候出现如下错误:
nms/gpu_nms.cpp:6316:13: error: ‘PyThreadState {aka struct _ts}’ has no member named ‘exc_value’
tstate->exc_value = local_value;
^
nms/gpu_nms.cpp:6317:13: error: ‘PyThreadState {aka struct _ts}’ has no member named ‘exc_traceback’
tstate->exc_traceback = local_tb;
^
error: command 'gcc' failed with exit status 1
尝试了很多方法,没有解决,网上说是cython的问题?
谢谢
The text was updated successfully, but these errors were encountered: