-
-
Notifications
You must be signed in to change notification settings - Fork 62
Description
hyprwhspr matches Arch packaging guidelines and installs files into standard system locations.
On Omarchy systems, mise is auto-activated and replaces system Python in the user’s shell.
The job of mise is to isolate Python from system-installed packages and assets.
As a result, hyprwhspr may fail to discover file these files as it's looking for typical paths.
This is an environment mismatch and not a packaging defect.
A brute force work around to install hyprwhspr is to turn mise off:
mise unuse -g pythonThere are open issues, eg: basecamp/omarchy#2831 as this impacts all AUR python packages.
Work will be done to ensure installation will still succeed with mise.
However the mise default puts the system in a weird state, and I'd encourage you to bring attention to the root issue.