mirror of
https://github.com/motioneye-project/motioneye.git
synced 2026-03-02 22:57:06 -05:00
Request for change to installation doc: pillow on Bullseye #2379
Labels
No labels
Android app
Arch Linux
CI/CD
CSS
FreeBSD
HTML/HTTP
Home Assistant addon
JavaScript
Python
Raspberry Pi
Stale No Activity 60 Days
bug
code format
dependencies
dev branch
docker
documentation
duplicate
enhancement
feature
help wanted
i18n/l10n
invalid
legacy motionEye
meta
motion
motionEyeOS
notourproblem
python update
question
question
security
troubleshooting
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/motioneye#2379
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @adashrod on GitHub (Apr 9, 2023).
I recently installed motioneye on a Raspberry Pi Zero W and ran into issues installing python pillow. On step 4, the installation stopped at 99% and never finished, but the alternative method (
apt-get install python-pil) didn't work because the package doesn't exist in the official repo (E: Unable to locate package python-pil).Suggestion:
Add these steps as the alternative if
pip2 install motioneyefails to install pillow:@MichaIng commented on GitHub (Apr 10, 2023):
Check out the method for the new Python 3 compatible version: https://github.com/motioneye-project/motioneye/tree/dev#installation