ros_numpy depends on `numpy < 1.24`
Kimame04 opened this issue · 2 comments
Kimame04 commented
With numpy 1.24 removing np.float
alias the following occurs when running the latest numpy version with ros_numpy
AttributeError: module 'numpy' has no attribute 'float'
For the moment, I'm guessing a rollback to 1.23 is required.
aravi-2001 commented
unsure how to interpret the fix, how is it solved? i'm facing this issue too