Skip to content
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

Closed
bknightInfo opened this issue Dec 24, 2024 · 7 comments
Closed

[bug] Waypaper wont start anymore #116

bknightInfo opened this issue Dec 24, 2024 · 7 comments

Comments

@bknightInfo
Copy link

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'

@anufrievroman
Copy link
Owner

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...

@bknightInfo
Copy link
Author

Aur but non -git version

waypaper-git has a different problem
Traceback (most recent call last):
File "/usr/bin/waypaper", line 5, in
from waypaper.main import run
File "/usr/lib/python3.13/site-packages/waypaper/main.py", line 10, in
from waypaper.app import App
File "/usr/lib/python3.13/site-packages/waypaper/app.py", line 9, in
import imageio
ModuleNotFoundError: No module named 'imageio'

@bknightInfo
Copy link
Author

installing via pipx does work

@jrhrsmit
Copy link

After the update to python 3.13, you need to re-install waypaper and the python AUR dependencies
yay -Sy python-imageio python-screeninfo
(and probably others)

@Jagadishwar49
Copy link

After the update to python 3.13, you need to re-install waypaper and the python AUR dependencies yay -Sy python-imageio python-screeninfo (and probably others)

after reinstalling waypaper is working

@anufrievroman
Copy link
Owner

Yeah, it's related to new python probably. Here's reddit discussion of this issue. So, either just reinstall waypaper, or try this:

pacman -Qoq /usr/lib/python3.12
yay -S $(pacman -Qoq /usr/lib/python3.12) --answerclean All

@anufrievroman
Copy link
Owner

So I'll assume this issue is resolved. Not sure what we can do on our side here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants