mpiicc -DOPEN_MP -qopenmp -Wall -ansi -DMPI -DNO_GFX_MODE -O3 -c program.c -I~/.conda/envs/NeTS/include/python3.9 -L~/.conda/envs/NeTS/lib/python3.9 -no-pie -lpython3.9 In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(8), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pyconfig.h(1585): warning #47: incompatible redefinition of macro "_GNU_SOURCE" (declared at line 4 of "header.h") #define _GNU_SOURCE 1 ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(63), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pyport.h(867): error: expected a declaration // Preprocessor check for a builtin preprocessor function. Always return 0 ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(93), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pymath.h(83): warning #12: parsing restarts here after previous syntax error PyAPI_FUNC(unsigned short) _Py_get_387controlword(void); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(127): warning #303: explicit type is missing ("int" assumed) static inline int _Py_IS_TYPE(const PyObject *ob, const PyTypeObject *type) { ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(127): error: expected a ";" static inline int _Py_IS_TYPE(const PyObject *ob, const PyTypeObject *type) { ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(163): warning #12: parsing restarts here after previous syntax error typedef PyObject * (*unaryfunc)(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(310): error: expected a declaration // Backwards compatibility alias for API that was provisional in Python 3.8 ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(401): warning #12: parsing restarts here after previous syntax error PyAPI_FUNC(void) _Py_Dealloc(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(403): warning #303: explicit type is missing ("int" assumed) static inline void _Py_INCREF(PyObject *op) ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(403): error: expected a ";" static inline void _Py_INCREF(PyObject *op) ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(507): warning #12: parsing restarts here after previous syntax error PyAPI_FUNC(void) Py_IncRef(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(122): error: identifier "unaryfunc" is undefined unaryfunc nb_negative; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(123): error: identifier "unaryfunc" is undefined unaryfunc nb_positive; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(124): error: identifier "unaryfunc" is undefined unaryfunc nb_absolute; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(126): error: identifier "unaryfunc" is undefined unaryfunc nb_invert; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(132): error: identifier "unaryfunc" is undefined unaryfunc nb_int; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(134): error: identifier "unaryfunc" is undefined unaryfunc nb_float; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(152): error: identifier "unaryfunc" is undefined unaryfunc nb_index; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(179): error: identifier "unaryfunc" is undefined unaryfunc am_await; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(180): error: identifier "unaryfunc" is undefined unaryfunc am_aiter; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/object.h(615), from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/object.h(181): error: identifier "unaryfunc" is undefined unaryfunc am_anext; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(620): warning #303: explicit type is missing ("int" assumed) static inline int ^ In file included from ~/.conda/envs/NeTS/include/python3.9/pytime.h(6), from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/object.h(620): error: expected a ";" static inline int ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(19): warning #12: parsing restarts here after previous syntax error typedef int64_t _PyTime_t; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(80): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_FromSeconds(int seconds); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(88): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_FromNanoseconds(_PyTime_t ns); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(88): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_FromNanoseconds(_PyTime_t ns); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(91): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_FromNanosecondsObject(_PyTime_t *t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(96): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_FromSecondsObject(_PyTime_t *t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(102): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_FromMillisecondsObject(_PyTime_t *t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(107): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(double) _PyTime_AsSecondsDouble(_PyTime_t t); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(110): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(110): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_AsMilliseconds(_PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(114): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(114): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_AsMicroseconds(_PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(119): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(PyObject *) _PyTime_AsNanosecondsObject(_PyTime_t t); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(123): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_FromTimeval(_PyTime_t *tp, struct timeval *tv); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(129): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_AsTimeval(_PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(134): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_AsTimeval_noraise(_PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(145): error: identifier "_PyTime_t" is undefined _PyTime_t t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(153): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_FromTimespec(_PyTime_t *tp, struct timespec *ts); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(158): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(int) _PyTime_AsTimespec(_PyTime_t t, struct timespec *ts); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(163): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_MulDiv(_PyTime_t ticks, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(163): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_MulDiv(_PyTime_t ticks, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(164): error: identifier "_PyTime_t" is undefined _PyTime_t mul, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(165): error: identifier "_PyTime_t" is undefined _PyTime_t div); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(171): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_GetSystemClock(void); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(180): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_GetMonotonicClock(void); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(196): error: identifier "_PyTime_t" is undefined _PyTime_t *t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(208): error: identifier "_PyTime_t" is undefined _PyTime_t *t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(229): error: identifier "_PyTime_t" is undefined PyAPI_FUNC(_PyTime_t) _PyTime_GetPerfCounter(void); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(94), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pytime.h(238): error: identifier "_PyTime_t" is undefined _PyTime_t *t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/objimpl.h(127): error: expected a declaration // Alias to PyObject_New(). In Python 3.8, PyObject_NEW() called directly ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/objimpl.h(127): error #54: too few arguments in invocation of macro "PyObject_New" // Alias to PyObject_New(). In Python 3.8, PyObject_NEW() called directly ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/objimpl.h(134): error #54: too few arguments in invocation of macro "PyObject_New" // Alias to PyObject_New(). In Python 3.8, PyObject_NEW() called directly ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/objimpl.h(134): error #54: too few arguments in invocation of macro "PyObject_NEW" // Alias to PyObject_New(). In Python 3.8, PyObject_NEW() called directly ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/objimpl.h(158): warning #12: parsing restarts here after previous syntax error PyAPI_FUNC(Py_ssize_t) PyGC_Collect(void); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(64): error: variable "inline" is not a type name static inline PyObject* ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(64): error: "PyObject" has already been declared in the current scope static inline PyObject* ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(64): error: expected a ";" static inline PyObject* ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(93): warning #12: parsing restarts here after previous syntax error PyAPI_FUNC(Py_ssize_t) _Py_GetAllocatedBlocks(void); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(124): error: variable "PyObject" is not a type name PyAPI_FUNC(int) PyObject_IS_GC(PyObject *obj); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(130): error: expected a declaration // Kept for backward compatibility with Python 3.8 ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(134): warning #12: parsing restarts here after previous syntax error PyAPI_FUNC(PyObject *) _PyObject_GC_Malloc(size_t size); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(135): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) _PyObject_GC_Calloc(size_t size); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(141): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject **) PyObject_GET_WEAKREFS_LISTPTR(PyObject *op); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/objimpl.h(208), from ~/.conda/envs/NeTS/include/python3.9/Python.h(98), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/objimpl.h(141): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject **) PyObject_GET_WEAKREFS_LISTPTR(PyObject *op); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(100), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pyhash.h(12): error: expected a declaration // Similar to _Py_HashPointer(), but don't replace -1 with -2 ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(100), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/pyhash.h(12): error: missing closing quote // Similar to _Py_HashPointer(), but don't replace -1 with -2 ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(30): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyByteArray_FromObject(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(30): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyByteArray_FromObject(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(31): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyByteArray_Concat(PyObject *, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(31): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyByteArray_Concat(PyObject *, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(31): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyByteArray_Concat(PyObject *, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(32): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyByteArray_FromStringAndSize(const char *, Py_ssize_t); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(33): error: variable "PyObject" is not a type name PyAPI_FUNC(Py_ssize_t) PyByteArray_Size(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(34): error: variable "PyObject" is not a type name PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(104), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytearrayobject.h(35): error: variable "PyObject" is not a type name PyAPI_FUNC(int) PyByteArray_Resize(PyObject *, Py_ssize_t); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(37): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(38): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_FromString(const char *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(39): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_FromObject(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(39): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_FromObject(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(40): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_FromFormatV(const char*, va_list) ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(42): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_FromFormat(const char*, ...) ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(44): error: variable "PyObject" is not a type name PyAPI_FUNC(Py_ssize_t) PyBytes_Size(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(45): error: variable "PyObject" is not a type name PyAPI_FUNC(char *) PyBytes_AsString(PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(46): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(46): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(47): error: variable "PyObject" is not a type name PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(47): error: variable "PyObject" is not a type name PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(48): error: variable "PyObject" is not a type name PyAPI_FUNC(void) PyBytes_ConcatAndDel(PyObject **, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(48): error: variable "PyObject" is not a type name PyAPI_FUNC(void) PyBytes_ConcatAndDel(PyObject **, PyObject *); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(49): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(59): error: variable "PyObject" is not a type name PyObject *obj, /* string or Unicode object */ ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(17): error: variable "PyObject" is not a type name PyAPI_FUNC(int) _PyBytes_Resize(PyObject **, Py_ssize_t); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(18): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject*) _PyBytes_FormatEx( ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(21): error: variable "PyObject" is not a type name PyObject *args, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(23): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject*) _PyBytes_FromHex( ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(24): error: variable "PyObject" is not a type name PyObject *string, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(28): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) _PyBytes_DecodeEscape(const char *, Py_ssize_t, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(38): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) _PyBytes_Join(PyObject *sep, PyObject *x); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(38): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) _PyBytes_Join(PyObject *sep, PyObject *x); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(38): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) _PyBytes_Join(PyObject *sep, PyObject *x); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(46): error: variable "PyObject" is not a type name PyObject *buffer; ^ In file included from ~/.conda/envs/NeTS/include/python3.9/bytesobject.h(75), from ~/.conda/envs/NeTS/include/python3.9/Python.h(105), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/cpython/bytesobject.h(76): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject *) _PyBytesWriter_Finish(_PyBytesWriter *writer, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(130): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject*) PyUnicode_FromStringAndSize( ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(137): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(142): error: variable "PyObject" is not a type name PyAPI_FUNC(PyObject*) PyUnicode_Substring( ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(143): error: variable "PyObject" is not a type name PyObject *str, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(155): error: variable "PyObject" is not a type name PyObject *unicode, ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(163): error: variable "PyObject" is not a type name PyAPI_FUNC(Py_UCS4*) PyUnicode_AsUCS4Copy(PyObject *unicode); ^ In file included from ~/.conda/envs/NeTS/include/python3.9/Python.h(106), from program.c(20): ~/.conda/envs/NeTS/include/python3.9/unicodeobject.h(170): error: variable "PyObject" is not a type name PyObject *unicode ^ compilation aborted for program.c (code 4) make: *** [netsscattering.o] Error 4