AttributeError: module ‘numpy‘ has no attribute ‘array‘

📅 2026/8/2 8:24:08
AttributeError: module ‘numpy‘ has no attribute ‘array‘
AttributeError: module ‘numpy’ has no attribute ‘array’双重清除pip/conda安装的numpypip uninstall numpy -yconda remove numpy -y清理残留缓存文件重要防止坏文件残留conda clean --all -ypip install numpy