ciur / papermerge

Open Source Document Management System for Digital Archives (Scanned Documents)
https://papermerge.com
Apache License 2.0
2.49k stars 263 forks source link

Docker, Error loading MySQLdb module: Did you install mysqlclient? #555

Closed philiplb closed 9 months ago

philiplb commented 1 year ago

Description When starting a container with the image papermerge/papermerge:2.1.9 with PAPERMERGE__DATABASE__TYPE=mysql, I get the following error (due to a missing dependency in the image?): django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module. Did you install mysqlclient?

Expected Papermerge launches.

Actual Papermerge crashes with the above mentioned exception

Info:

ciur commented 9 months ago

Please try version 3.0, as it supports mysql/mariadb: https://docs.papermerge.io/3.0/setup/docker-compose/ You'll need to use database url with mysql scheme.

philiplb commented 9 months ago

Thank you very much! Unfortunately I settled.with a different system. But will try this eventually.