KalebClark / InfoWindow

e-ink raspberry pi reminder system.
40 stars 14 forks source link

Error installing arandr on RPi ZeroW (Bullseye) #26

Open thomasphillips3 opened 2 years ago

thomasphillips3 commented 2 years ago

When I try to install the requirements, I get an error for arandr.

pi@raspberrypi:~/InfoWindow$ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement arandr==0.1.9 (from versions: none)
ERROR: No matching distribution found for arandr==0.1.9

Even after removing the specific arandr version from requirements.txt I still get the error

pi@raspberrypi:~/InfoWindow$ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement arandr (from versions: none)
ERROR: No matching distribution found for arandr

I'm on a Raspberry Pi Zero W Rev 1.1

PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
justcop commented 1 year ago

try using oxivanisher's fork which is more up to date