Package Details: motioneye-git 0.42.1.r318.g6a5953b-2

Git Clone URL: https://aur.archlinux.org/motioneye-git.git (read-only, click to copy)
Package Base: motioneye-git
Description: A web frontend for the motion daemon, Python 3 development branch
Upstream URL: https://github.com/motioneye-project/motioneye
Keywords: camera CCTV detection monitor recognition record security surveillance video
Licenses: GPL3
Conflicts: motioneye
Provides: motioneye
Submitter: AlphaJack
Maintainer: AlphaJack (jose1711)
Last Packager: jose1711
Votes: 1
Popularity: 0.000000
First Submitted: 2021-06-27 18:57 (UTC)
Last Updated: 2022-06-05 21:43 (UTC)

Latest Comments

hakayova commented on 2022-11-22 01:23 (UTC) (edited on 2022-11-22 01:29 (UTC) by hakayova)

This package fails to install for me with the following error:

error: failed to commit transaction (conflicting files)
python-wheel: /usr/bin/wheel exists in filesystem
python-pip: /usr/bin/pip exists in filesystem
Errors occurred, no packages were upgraded.
 -> error installing repo packages

Any idea how to fix this?

Thanks!

MarsSeed commented on 2022-06-15 12:31 (UTC) (edited on 2023-07-06 21:51 (UTC) by MarsSeed)

Thanks, seems to work well with your latest fix.

MarsSeed commented on 2022-06-05 19:24 (UTC)

Also TLDR: needs depends=python-babel, python-boto3:

Without those two:

$ meyectl
Traceback (most recent call last):
File "/usr/bin/meyectl", line 5, in <module>
    from motioneye.meyectl import main
File "/usr/lib/python3.10/site-packages/motioneye/meyectl.py", line 27, in <module>
    import babel
ModuleNotFoundError: No module named 'babel'

After installing python-babel but not python-boto3:

$ meyectl
Traceback (most recent call last):
File "/usr/bin/meyectl", line 5, in <module>
    from motioneye.meyectl import main
File "/usr/lib/python3.10/site-packages/motioneye/meyectl.py", line 29, in <module>
    from motioneye import config, settings
File "/usr/lib/python3.10/site-packages/motioneye/config.py", line 31, in <module>
    from motioneye import meyectl, motionctl, settings, tasks, uploadservices, utils
File "/usr/lib/python3.10/site-packages/motioneye/motionctl.py", line 28, in <module>
    from motioneye import mediafiles, settings, update, utils
File "/usr/lib/python3.10/site-packages/motioneye/mediafiles.py", line 39, in <module>
    from motioneye import config, settings, uploadservices, utils
File "/usr/lib/python3.10/site-packages/motioneye/uploadservices.py", line 31, in <module>
    import boto3
ModuleNotFoundError: No module named 'boto3'

MarsSeed commented on 2022-06-05 19:18 (UTC)

Missing python-pip (makedepend):

==> Starting package()...
/home/marcell/.cache/yay/motioneye-git/PKGBUILD: line 37: pip: command not found
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'motioneye-git-0.42.1.r318.g6a5953b-2'

jose1711 commented on 2022-03-28 12:22 (UTC)

PKGBUILD needs to be updated. there is now dev branch (not python3) and make is now used for build/install.

teras commented on 2022-03-25 19:01 (UTC)

Hello, for me this package fails to build with the error message, any ideas?

Fetching origin
  -> Found motioneye.tmpfiles
  -> Found motioneye.service
==> Validating source files with sha256sums...
    motioneye ... Skipped
    motioneye.tmpfiles ... Passed
    motioneye.service ... Passed
==> Extracting sources...
  -> Creating working copy of motioneye git repo...
fatal: invalid reference: origin/python3
==> ERROR: Failure while creating working copy of motioneye git repo
    Aborting...