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
Error compiling Cython file:
------------------------------------------------------------
...
cimport numpy as np
import numpy as np
ctypedef np.double_t double_t
ctypedef np.int_t int_t
^
------------------------------------------------------------
pyapprox/cython/barycentric_interpolation.pyx:8:9: 'int_t' is not a type identifier
I think this is due to changes how numpy/cython handle int.
Building against numpy<2.0.0 does work.
EDIT Looks like this has already been fixed on the devel branch. Would it be possible to cut a release with that change?
The text was updated successfully, but these errors were encountered:
The installation of PyApprox fails in cythonize:
I think this is due to changes how numpy/cython handle
int
.Building against
numpy<2.0.0
does work.EDIT Looks like this has already been fixed on the devel branch. Would it be possible to cut a release with that change?
The text was updated successfully, but these errors were encountered: