这个错误提示表明你的Python环境中没有安装NumPy模块。你需要先安装NumPy模块才能成功运行你的程序。

你可以使用以下命令在命令行中安装NumPy模块:

pip install numpy

如果你使用的是Anaconda环境,可以使用以下命令来安装:

conda install numpy

安装完成后,重新运行你的程序即可。

程序运行提示module errorno module named numpy

原文地址: https://www.cveoy.top/t/topic/bnUl 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录