【发布时间】:2021-12-16 10:04:04
【问题描述】:
我尝试使用 python3 setup.py install 但这发生在 ubuntu 上它运行良好...
freenect.c:8444:134: warning: code will never be executed [-Wunreachable-code]
...__pyx_t_2); __Pyx_INCREF(__pyx_t_3); __pyx_t_2++; if (unlikely(0 < 0)) {__pyx_filename = __pyx_f[1]; __pyx_lineno = 794; __pyx...
^~~~~~~
freenect.c:10210:31: error: no member named 'tp_print' in 'struct _typeobject'
__pyx_type_8freenect_CtxPtr.tp_print = 0;
freenect.c:11450:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
(PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
【问题讨论】:
-
你有想过这个吗?
标签: python-3.x macos