【发布时间】:2015-05-10 23:55:50
【问题描述】:
我有一个 python 3.4 virtualenv 并尝试在其中安装 sphinx 出现错误:
$ pip install sphinx
Collecting sphinx
Using cached Sphinx-1.3.1-py2.py3-none-any.whl
Collecting alabaster<0.8,>=0.7 (from sphinx)
Using cached alabaster-0.7.4.tar.gz
setuptools must be installed to install from a source distribution
我目前正在使用我的发行版的 sphinx,但它让我污染了我的 conf.py 并且无法在 autodoc 中真正找到包。
这是一个已知问题吗?有什么解决方法吗?
【问题讨论】:
标签: python-3.x pip virtualenv python-sphinx