Updating to numpy 2.0 results to crashes #5218
Unanswered
MagiRomanya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After updating my system, I've been experiencing crashes in previously functional code. Here is a simplified version of the code:
In my tests this only crashes with numpy 2.0 and not with 1.26.0. Is this is a bug in pybind11 or that I just programmed this naively expecting an implicit conversion from python list to np.array to Eigen::Matrix?
Beta Was this translation helpful? Give feedback.
All reactions