WRITELOOP

FIX: PYPRLAND NOT WORKING AFTER PYTHON UPDATE ON ARCH-BASED DISTRO

My arch-based distro (EndeavourOS) has recently updated the python packages and then suddenly pyprland stopped working. Here are my notes on how to fix that.

2025 January 14

pyprland failed after python upgrade on arch linux with the following message:


ModuleNotFoundError: No module named 'pyprland'

To fix this, I needed to delete and rebuild pyprland using yay, since it is not available on the official Arch Linux repos:


sudo pacman -Rd pyprland && yay -S pyprland
NOTE: The original content(s) that inspired this one can be found at:

All copyright and intellectual property of each one belongs to its' original author.