ImportError:没有名为“spm1d”的模块

Posted

技术标签:

【中文标题】ImportError:没有名为“spm1d”的模块【英文标题】:ImportError: No module named 'spm1d 【发布时间】:2017-04-08 02:55:14 【问题描述】:

我的 Mac 笔记本电脑上有 Python 3.5.2 (Anaconda 4.2.0 (x86_64)),我遇到了这个问题:

import spm1d
Traceback (most recent call last):
ImportError: No module named 'spm1d'

我搜索了这个问题,但没有找到任何解决方案。

提前谢谢你

【问题讨论】:

【参考方案1】:

表示模块(spm1d)没有安装,需要先安装模块再导入,打开终端bash运行命令: easy_install spm1d

或者您可以参考下面的官方文档了解更多详细信息: http://www.spm1d.org/install/InstallationPython.html

希望它对你有用。

【讨论】:

谢谢 Tiny.D。我尝试了 conda install -c melund spm1d=0.3.1.4 并且成功了。

以上是关于ImportError:没有名为“spm1d”的模块的主要内容,如果未能解决你的问题,请参考以下文章

ImportError:没有名为瓶子的模块

ImportError:没有名为枚举的模块

ImportError:没有名为“appdirs”的模块

ImportError:没有名为 websocket 的模块

ImportError:没有名为“backports”的模块

ImportError:没有名为 ghostscript 的模块