motioneye icon indicating copy to clipboard operation
motioneye copied to clipboard

How to update to :main? under Debian 12

Open OberfragGER opened this issue 9 months ago • 2 comments

I have some warnings in my log and really want to change from to main.

I run Debian12 as a Proxmox LXC.

motionEye Version | 0.43.1b2 Motion Version | 4.7.0 OS Version | Linux 6.8.12-5-pve

I really want the Python 3.13 support from #3092 and dont have any clue how is it possible to update. I did the Upgrade Instruction but no sucess

sudo systemctl stop motioneye
sudo python3 -m pip install --upgrade --pre motioneye
sudo systemctl start motioneye

OberfragGER avatar Feb 17 '25 21:02 OberfragGER

Try

sudo python3 -m pip install --upgrade https://github.com/motioneye-project/motioneye

Looks like we need to do another beta release.

MichaIng avatar Feb 18 '25 13:02 MichaIng

I will try that within the next days and will reply here. Thanks a lot in advance.

Meanwhile i have finally found the docker-compose... The docker image: ghcr.io/motioneye-project/motioneye:edge seems to be have the newest fixes included, right?

OberfragGER avatar Feb 18 '25 14:02 OberfragGER