librephotos
librephotos copied to clipboard
Error creating Matpotlib cache
🛑 Before you create an issue make sure that:
- Your issue is strictly related to LibrePhotos itself. Questions about setting up a reverse proxy belong in what ever reverse proxy you are using.
- You have read the documentation thoroughly.
- You have searched for a similar issue among all the former issues (even closed ones).
- You have tried to replicate the issue with a clean install of the project.
- You have asked for help on our Discord server LibrePhotos if your issue involves general "how to" questions
When Submitting please remove every thing above this line
🐛 Bug Report
- [ ] 📁 I've Included a ZIP file containing my librephotos
logfiles - [ ] ❌ I have looked for similar issues (including closed ones)
- [ ] 🎬 (If applicable) I've provided pictures or links to videos that clearly demonstrate the issue
📝 Description of issue:
Matplotlib created a temporary config/cache directory at /tmp/matplotlib-y6irp9ju because the default path (/.config/matplotlib) is not a writable directory; it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing.
🔁 How can we reproduce it:
Please provide additional information:
- 💻 Operating system: Debian 11
- ⚙ Architecture (x86 or ARM): x86
- 🔢 Librephotos version: "latest tag"
- 📸 Librephotos installation method (Docker, Kubernetes, .deb, etc.): Docker
- 🐋 If Docker or Kubernets, provide docker-compose image tag: "latest"
- 📁 How is you picture library mounted (Local file system (Type), NFS, SMB, etc.): NFS
- ☁ If you are virtualizing librephotos, Virtualization platform (Proxmox, Xen, HyperV, etc.):
Just found this:
https://stackoverflow.com/questions/63356808/matplotlib-created-a-temporary-config-cache-directory Maybe it's an external issue, but i prefer to report it.