Paperless-ngx: Export gives a django-Error at command line

Hello,

I tried exporting from paperless-ngx inside Yunohost all documents following it’s DOCs

sudo python3 /opt/yunohost/paperless-ngx/src/manage.py document_exporter /home/usersHOME/paperless-export

and get error:

Traceback (most recent call last):
  File "/opt/yunohost/paperless-ngx/src/manage.py", line 9, in <module>
    from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

Maybe I didn’t see the right things. Django is relevant part of paperless-ngx, running for the app, but not reachable on command line. But how to get this working for paperless-ngx app at yunohost? I need to export data to another system (not Yunohost).

Thanks for help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.