When installing, this error encountered.
./isdhic/c/_isdhicmodule.c:22:17: error: 'PyTypeObject {aka struct _typeobject}' has no member named
ob_type'; did you mean 'ob_base'?
PyProlsq_Type.ob_type = &PyType_Type;
^~~~~~~
ob_base
./isdhic/c/_isdhicmodule.c:23:18: error: 'PyTypeObject {aka struct _typeobject}' has no member named
ob_type'; did you mean 'ob_base'?
PyRosetta_Type.ob_type = &PyType_Type;
^~~~~~~
ob_base
./isdhic/c/_isdhicmodule.c:24:17: error: 'PyTypeObject {aka struct _typeobject}' has no member named
ob_type'; did you mean 'ob_base'?
PyNBList_Type.ob_type = &PyType_Type;
^~~~~~~
ob_base
error: command '/home/cheyizhuo/miniconda3/bin/gcc' failed with exit code 1
I tried with python 3.7 and 3.9. Same error occured.
Thanks a lot!
When installing, this error encountered.
I tried with python 3.7 and 3.9. Same error occured.
Thanks a lot!