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
Related to #46, could you release the latest version of this package on Ubuntu Packages? The latest version is 0.3.1, which suffers from this numpy deprecation warning:
AttributeError: module 'numpy' has no attribute 'float'.
`np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Thanks!
The text was updated successfully, but these errors were encountered:
I’ve been doing that as well, but the issue is that some package managers, like rosdep, prefer apt over pip (for good reason). The workaround is to just use the pip install, but the core issue is that apt installs an earlier package version than pip does, which shouldn’t be the case.
Related to #46, could you release the latest version of this package on Ubuntu Packages? The latest version is 0.3.1, which suffers from this numpy deprecation warning:
Thanks!
The text was updated successfully, but these errors were encountered: