FutureWarning: In the future `np.object` will be defined as the corresponding NumPy scalar异常解决办法

AttributeError: module ‘numpy’ has no attribute ‘object’.

FutureWarning: In the future `np.object` will be defined as the corresponding NumPy scalar异常解决办法

原因:numpy版本问题,卸载重新安装对应的版本

pip uninstall numpy==1.19.2(根据自己的版本需要,安装对应的版本)

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/f7aefb92c0.html