Closed PaulJonasJost closed 3 weeks ago
It looks like that's just a build thing — on the CI machine, it's apparently building/linking with numpy 1, but then at runtime Python is pulling in numpy 2, which is incompatible.
Hopefully if you build nlopt with numpy 2 it should be fine?
yes, wheels just need a rebuild: https://github.com/DanielBok/nlopt-python/issues/35
Hello,
NLopt seems not to be compatible with numpy 2.0 yet (see this CI).