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
Numpy 2 introduced binary incompatibility with respect to numpy 1.. This breaks my code which relies on pybind11.
The latest version of pybind11 promises to fix that such that modules will work with both numpy 1 and 2.
Would be nice to see this improvement arrive for the ROS2 community.
Thanks!
The text was updated successfully, but these errors were encountered:
What is the recommended way for me to work around this?
I assume if you're using numpy 2 you probably installed it with pip. If you're using Ubuntu, I'd recommend using using the system package python3-numpy which is still verison 1.
Numpy 2 introduced binary incompatibility with respect to numpy 1.. This breaks my code which relies on pybind11.
The latest version of pybind11 promises to fix that such that modules will work with both numpy 1 and 2.
Would be nice to see this improvement arrive for the ROS2 community.
Thanks!
The text was updated successfully, but these errors were encountered: