Dear Devin: On Thu, 08 Dec 2016, Devin A. Bougie wrote: > ImportError: No module named nydus.db
Have you run `(sudo) pip install -r requirements.txt` on your system in order to install all the recommended prerequisite versions? Note that nydus is well specified there: https://github.com/inveniosoftware/invenio/blob/maint-1.2/requirements.txt#L29 See the installation script snippet for inspiration: https://github.com/inveniosoftware/invenio/blob/maint-1.2/scripts/provision-web.sh#L288-L304 Best regards -- Tibor Simko

