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
I downloaded the latest version of the libfive code, compiled the Windows Release version, and it can run normally. After compiling the Debug version, it runs abnormally.
The abnormal information is as follows:
Description
I downloaded the latest version of the libfive code, compiled the Windows Release version, and it can run normally. After compiling the Debug version, it runs abnormally.
The abnormal information is as follows:
code:
libfive\studio\src\python\interpreter.cpp:244:
const auto shape_mod = PyImport_ImportModule("libfive.shape");
PyErr_Print();
m_shapeClass = PyObject_GetAttrString(shape_mod, "Shape");
Py_DECREF(shape_mod);
Exception content:
shape_mod is nullptr.
Versions
libfive
commit hash: 6f844b1master
? [yes]The text was updated successfully, but these errors were encountered: