报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘

报错如下:

报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘_第1张图片

检查编译器环境中的numpy包:

 发现numpy的版本对不上,感觉是这里的问题。

报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘_第2张图片

探索的解决方案:

报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘_第3张图片

 

报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘_第4张图片 再看环境,有两个numpy了,

报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘_第5张图片

此时能正常使用numpy 

报错记录01:AttributeError: module ‘numpy‘ has no attribute ‘dtype‘_第6张图片 

提问:编译器中有两个numpy,而且numpy 1.23.2 我还卸载不了,为什么? 

 

 

你可能感兴趣的:(python错误处理归纳,numpy,python,开发语言)