ifzhang/ByteTrack

AttributeError: module 'numpy' has no attribute 'float'.

CXHadams opened this issue · 1 comments

您好,我在测试demo的时候老是出现AttributeError: module 'numpy' has no attribute 'float'.
np.float was a deprecated alias for the builtin float的问题,也将np.float改成float了,结果显示还存在这个问题,请问您在测试demo 的时候遇到过吗?(有偿求助,QQ:1798191013)

image

beacuse your numpy version >=1.24

pip uninstall numpy
pip install -U numpy==1.23.5