[h2title]调用时报错如下[/h2title]
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'.
[h2title]解决办法[/h2title]
直接点击报错时提示的代码位置,将每个位置的代码修改为
注意查看自己的报错信息,要修改所有报错的位置,博主一共有两个文件12行代码有报错,可能由于不同的系统环境,报错数量会有区别。
修改完所有报错位置后,再运行项目,报错信息就没有了