sphinx autodoc:sphinc-quickstart 中的 ModuleNotFoundError

sphinx autodoc:sphinc-quickstart 中的 ModuleNotFoundError

今天早上刚刚在一个新的虚拟盒上安装了 Ubuntu 18.04.2 LTS,我正试图重新激活我在旧版 VBox/Ubuntu 环境中运行的项目。我在新 VBox 上让 sphinx 自动文档工作时遇到了麻烦。我安装 sphinx 的方法遵循常规程序:

pip3 install Sphinx

在 Sphinx 教程设置项目的第一步中遇到了麻烦:

[user@robot][~]$ sphinx-quickstart
Traceback (most recent call last):
  File "/usr/bin/sphinx-quickstart", line 14, in <module>
    from sphinx.quickstart import main
ModuleNotFoundError: No module named 'sphinx.quickstart'

我选择在这里(而不是 StackOverflow)提问,因为这可能与配置和环境有关。有人遇到过类似的事情吗?

有关的: https://stackoverflow.com/questions/10324393/sphinx-build-fail-autodoc-cant-import-find-module

相关内容