You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading my os to ubuntu 24.04.1 I can not start dupeguru
From bash I get the following lines:
~$ dupeguru
Traceback (most recent call last):
File "/usr/bin/dupeguru", line 88, in
sys.exit(main())
^^^^^^
File "/usr/bin/dupeguru", line 71, in main
from qt.app import DupeGuru
File "/usr/share/dupeguru/qt/app.py", line 22, in
from core.app import AppMode, DupeGuru as DupeGuruModel
File "/usr/share/dupeguru/core/app.py", line 27, in
from core.pe.photo import get_delta_dimensions
ModuleNotFoundError: No module named 'core.pe.photo'
OS: Ubuntu 24.04.1
Dupeguru Version 4.3.1
Thanks in advance
The text was updated successfully, but these errors were encountered:
Use Proper Headlines and search before you post.
As the last line of your code says: ModuleNotFoundError: No module named 'core.pe.photo'
Add this to the title please so others find it more easily.
For me, Dupeguru crashes on Ubuntu 24.04 with
File "/usr/bin/dupeguru", line 88, in
sys.exit(main())
^^^^^^
File "/usr/bin/dupeguru", line 71, in main
from qt.app import DupeGuru
File "/usr/share/dupeguru/qt/app.py", line 22, in
from core.app import AppMode, DupeGuru as DupeGuruModel
File "/usr/share/dupeguru/core/app.py", line 27, in
from core.pe.photo import get_delta_dimensions
ModuleNotFoundError: No module named 'core.pe.photo'
After upgrading my os to ubuntu 24.04.1 I can not start dupeguru
From bash I get the following lines:
~$ dupeguru
Traceback (most recent call last):
File "/usr/bin/dupeguru", line 88, in
sys.exit(main())
^^^^^^
File "/usr/bin/dupeguru", line 71, in main
from qt.app import DupeGuru
File "/usr/share/dupeguru/qt/app.py", line 22, in
from core.app import AppMode, DupeGuru as DupeGuruModel
File "/usr/share/dupeguru/core/app.py", line 27, in
from core.pe.photo import get_delta_dimensions
ModuleNotFoundError: No module named 'core.pe.photo'
Thanks in advance
The text was updated successfully, but these errors were encountered: