I built the numpy from source using the intel compilers on a compute cluster CC=icx CXX=icpx CFLAGS='-fveclib=none' python vendored-meson/meson/meson.py setup build ...
A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.3 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to ...