NumPy ≥1.24:从 NumPy 1.24 开始,np.object 被完全移除(官方说明),必须直接使用 Python 内置的 object 类型。 解决方案:降级numpy的版本:pip install numpy==1.23.5