Open nikhilpodila opened 4 months ago
From what I can see, the package relies on python-numpy in package.xml
Checking the version
apt search python3-numpy
Sorting... Done
Full Text Search... Done
python3-numpy/jammy-updates,jammy-security,now 1:1.21.5-1ubuntu22.04.1 amd64 [installed,automatic]
Fast array facility to the Python 3 language
Returns numpy at 1.21.5
So from what I can see we need to also submit a request to bump the numpy version in apt.
Currently, Ubuntu Jammy and Ubuntu Noble use NumPy 1.21 and 1.26 as their default binary versions, so there hasn't been a strong push to adopt NumPy 2 yet. However, pull requests to add support are always welcome.
Similar to this error previously in opencv, I get the following error when importing
cv-bridge
:It looks like
cv-bridge
installed viaapt
orpip
is not yet built with numpy 2.0. Is the support for numpy 2.0 coming soon?