【问题标题】:Error: The xxx module cannot be found错误:找不到xxx模块
【发布时间】:2015-05-19 08:39:40
【问题描述】:

我正在尝试在 readthedocs.org 上构建这个 doc(doc/source/conf.py 中的 conf.py)。构建失败(完整跟踪 here):

html
-----

Error: The 'pytz.lazy' module cannot be found. Did you install Sphinx and its dependencies correctly?

我尝试WIPE the build environnement,但没有成功。有什么想法吗?

【问题讨论】:

    标签: read-the-docs


    【解决方案1】:

    确保您在“高级设置”中选中“系统包使用”选项。

    【讨论】: