今天遇到这样一个问题:DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe.

        从字面意思来看就是一个警告,而且看上去不算严重,其实就是声明变量的时候不可以用np.int而要改用int就可以了

        解决办法:在代码找到出现np.int的部分,改为int

        ok,齐活。

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐