FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
_np_qint32 = np.dtype([("qint32", np.int32, 1)])
这样修改之后就可以
来源:CSDN
作者:大西瓜不甜
链接:https://blog.csdn.net/mid_Faker/article/details/103713391