sphviewer/extensions/scenemodule.c: In function ‘get_float_array’:
sphviewer/extensions/scenemodule.c:79:58: error: passing argument 1 of ‘(python setup.py install * (*)(PyObject *, PyArray_Descr *, int, int, int, PyObject *))*(PyArray_API + 552)’ from incompatible pointer type [-Wincompatible-pointer-types]
79 | PyArrayObject *cont_obj = PyArray_ContiguousFromObject(array_obj, NPY_FLOAT, 1, 3);
| ^~~~~~~~~
| |
| PyArrayObject * {aka struct tagPyArrayObject_fields *}
Hello!
I am trying to install on my Linux machine with
python setup.py installand it fails with the following message.Any help would be greatly appreciated!