varietywalls / variety

Wallpaper downloader and manager for Linux systems
http://peterlevi.com/variety
GNU General Public License v3.0
1.12k stars 137 forks source link

Stopped working today so fresh install but errors #620

Open thorrrr opened 1 year ago

thorrrr commented 1 year ago

Been working fine for months but stopped working today. Tried a full remove several times with fresh install but errors every time during install?

ERROR: 2023-06-09 09:57:49,956: perform_upgrade() 'Error during version upgrade. Continuing.' Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/variety/VarietyWindow.py", line 2283, in perform_upgrade if Util.compare_versions(last_version, "0.4.13") < 0: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/variety/Util.py", line 768, in compare_versions from pkg_resources import parse_version ModuleNotFoundError: No module named 'pkg_resources' WARNING: 2023-06-09 09:57:49,995: load_history() 'Could not load history file, continuing without it, no worries' ERROR: 2023-06-09 09:57:50,001: load_history() 'Cannot read wallpaper.jpg.txt' Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/variety/VarietyWindow.py", line 2893, in load_history with open( ^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/home/dale/.config/variety/wallpaper/wallpaper.jpg.txt' WARNING: 2023-06-09 09:57:50,008: create_menu() 'Variety Slideshow is not installed. This is an optional extension adding pan-and-zoom slideshows to Variety: see https://github.com/peterlevi/variety-slideshow for details'

(variety:20733): Gdk-CRITICAL **: 09:57:50.268: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed

jlu5 commented 6 months ago

How did you install Variety? Your Python install is missing setuptools / pkg_resources: https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources