[Support]: Error trying to update Frigate on Debian 12 with compose #10942
-
Describe the problem you are havingWhen I run the following command I get the below error message.
Edit: I'm sorry I forgot to mention that it's not a space issue:
The OS is Debian GNU/Linux 12 (bookworm) and the python version is 3.11. What am I doing wrong? I have previously had success updating Frigate with the exact same command. Do I have to somehow downgrade python to 3.9 in order to update Frigate or is there another way? Version0.13.1-34fb1c2 Frigate config fileN/A Relevant log outputN/A FFprobe output from your cameraN/A Frigate statsNo response Operating systemDebian Install methodDocker Compose Coral versionUSB Network connectionWired Camera make and modelN/A Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
you are out of storage space |
Beta Was this translation helpful? Give feedback.
Thank you for pointing me in the right direction. I had the impression it was an issue with trying to use python3.9 when only python3.11 was installed. But in fact it was a storage issue.
My /var partition ran out of space during the update. I don't know if a temporary symlink is created from /usr/local/lib/python3.9 (/ partition) to somewhere inside /var (/var partition) or if the error message is just a bit confusing.
I freed up space on /var using apt-get autoclean ; apt-get clean and then the update was successful.