我的Mac笔记本电脑上有Python 3.5.2(Anaconda 4.2.0(x86_64((,我遇到了这个问题:
import spm1d
Traceback (most recent call last):
ImportError: No module named 'spm1d'
我搜索了这个问题,但没有找到任何解决方案。
提前谢谢你
表示模块(spm1d(未安装,导入前必须安装模块,打开终端bash运行命令:easy_install spm1d
或者您可以参考下面的官方文档了解更多详情:http://www.spm1d.org/install/InstallationPython.html
希望它能为你工作。