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
When I try to install the requirements, I get an error for
arandr
.Even after removing the specific
arandr
version fromrequirements.txt
I still get the errorI'm on a Raspberry Pi Zero W Rev 1.1