Manual docker build: invoke update fails with "AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'" #6713
-
Hi, I used to build my own docker images (latest) on a Raspberry Pi 4 since the My problem is that I first have to manually build an Inventree docker image in the exact same version like I was running on the 32bit-installation before - so that my database backup from the The exact commit I am referencing for the build is 7d5ff1d5bdb35b66c340378f7828dc419320e2c4 from August 2023. When setting up the initial emtpy database by From searching the net this seems to be a problem if the
Thanks, Simon |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
well, I re-built the whole docker image, tried |
Beta Was this translation helpful? Give feedback.
well, I re-built the whole docker image, tried
invoke update
again and this time it ran the database migrations successfully and only stopped with the error from above after that. For my purpose of preparing the DB for restoring from a backup this was good enough - so no need to dig further here I guess...