-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Waypaper wont start anymore #116
Comments
Is this AUR installation? If so, was it -git version or regular? I think installation via pipx will fix this, but in general, this should not be a problem... |
Aur but non -git version waypaper-git has a different problem |
installing via pipx does work |
After the update to python 3.13, you need to re-install waypaper and the python AUR dependencies |
after reinstalling waypaper is working |
Yeah, it's related to new python probably. Here's reddit discussion of this issue. So, either just reinstall waypaper, or try this:
|
So I'll assume this issue is resolved. Not sure what we can do on our side here. |
Hi,
Waypaper no longer starts for me as it generates a error with i assume is a python error
System
OS: ArchLinux 6.12.6
Mem: 32 Gig
Waypaper: 2.4-1
Error:
Traceback (most recent call last):
File "/usr/bin/waypaper", line 5, in
from waypaper.main import run
ModuleNotFoundError: No module named 'waypaper'
The text was updated successfully, but these errors were encountered: