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
while running
python setup.py build
i get error
PyLorcon2.c: In function ‘PyLorcon2_Context_dealloc’:
PyLorcon2.c:171:9: error: ‘PyLorcon2_Context’ has no member named ‘ob_type’
171 | self->ob_type->tp_free((PyObject*)self);
while running
python setup.py build
i get error
PyLorcon2.c: In function ‘PyLorcon2_Context_dealloc’:
PyLorcon2.c:171:9: error: ‘PyLorcon2_Context’ has no member named ‘ob_type’
171 | self->ob_type->tp_free((PyObject*)self);
how can it be fixed