当编译安装 pdns 时,make 时报错:
No module named sphinx
参考:https://www.it1352.com/1885288.html
参考:https://nomodulenamed.com/m/sphinx.ext.mathbase
安装 Sphinx :
pip install sphinx sphinx-autobuild
安装指定版本:
pip install "Sphinx==2.4.3"
确认:
pip freeze | grep "sphinx"
输出:
sphinx-autobuild==0.6.0 sphinxcontrib-websupport==1.0.0
参考:http://www.360doc.com/content/19/0506/15/7669533_833765972.shtml