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

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

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