[Python-apps-team] Bug#949232: src:pydoctor: pydoctor needs to depend on cachecontrol
Andrej Shadura
andrewsh at debian.org
Sat Jan 18 16:20:02 GMT 2020
Hi,
On Sat, 18 Jan 2020 at 17:10, Andrej Shadura <andrewsh at debian.org> wrote:
> Pydoctor needs to depend on cachecontrol:
>
> Traceback (most recent call last):
> File "/usr/bin/pydoctor", line 10, in <module>
> from pydoctor.driver import main
> File "/usr/lib/python2.7/dist-packages/pydoctor/driver.py", line 5, in <module>
> from pydoctor import model, zopeinterface
> File "/usr/lib/python2.7/dist-packages/pydoctor/model.py", line 19, in <module>
> from pydoctor.sphinx import SphinxInventory
> File "/usr/lib/python2.7/dist-packages/pydoctor/sphinx.py", line 10, in <module>
> from cachecontrol import CacheControl
> ImportError: No module named cachecontrol
Apparently also on lockfile:
NOTE: In order to use the FileCache you must have
lockfile installed. You can install it via pip:
pip install lockfile
--
Cheers,
Andrej
More information about the Python-apps-team
mailing list