-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch aarch64 systemd fix #3005
Comments
Arch Linux is installing We can do |
Yes,
|
On Arch Linux, pip seems to not install Python modules/executables to /usr/local/bin but /usr/bin instead. In such cases, search the meyectl path in PATH and adjust the systemd service. Print an error if it could not be found at all. Fixes: #3005 Signed-off-by: MichaIng <[email protected]>
PR up: #3011 Does it work when you run sudo python3 -m pip install --upgrade --force-reinstall --no-deps 'https://github.com/motioneye-project/motioneye/archive/arch.tar.gz'
sudo motioneye_init |
On Arch Linux, pip seems to not install Python modules/executables to /usr/local/bin but /usr/bin instead. In such cases, search the meyectl path in PATH and adjust the systemd service. Print an error if it could not be found at all. Fixes: #3005 Signed-off-by: MichaIng <[email protected]>
Fixed for next release/beta iteration. |
So I'm running MotionEye on Arch aarch64 and it's been installed from git as per instructions. All is well except
/etc/systemd/system/motioneye.service
which points to/usr/local/bin/meyectl
instead of/usr/bin/meyectl
where it's been actually installed.Might be just a distribution specific issue, I don't know.
The text was updated successfully, but these errors were encountered: