Skip to content

errors during installing #6

@cyz0315

Description

@cyz0315

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions