InfoWindow
InfoWindow copied to clipboard
Error installing arandr on RPi ZeroW (Bullseye)
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)"
try using oxivanisher's fork which is more up to date