InfoWindow icon indicating copy to clipboard operation
InfoWindow copied to clipboard

Error installing arandr on RPi ZeroW (Bullseye)

Open thomasphillips3 opened this issue 3 years ago • 1 comments

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)"

thomasphillips3 avatar Oct 30 '22 05:10 thomasphillips3

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

justcop avatar Apr 14 '23 12:04 justcop