ttributeError: module ‘numpy‘ has no attribute ‘bool‘. `np.bool` was a deprecated alias for the buil

这个问题是由于numpy的版本问题
1.22或者1.24都容易出现这个问题
所以我们需要将numpy换成1.23的版本
可以使用如下命令

pip install numpy==1.23.2
换成1.23.2版本后应该就可以解决这个问题了。

你可能感兴趣的:(numpy,人工智能,支持向量机,1024程序员节,算法,神经网络)