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

Can't Start on Ubuntu 24.04.1 #1255

Open
Koorosh-J opened this issue Oct 2, 2024 · 2 comments
Open

Can't Start on Ubuntu 24.04.1 #1255

Koorosh-J opened this issue Oct 2, 2024 · 2 comments
Labels
bug Bug reports.

Comments

@Koorosh-J
Copy link

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

@Koorosh-J Koorosh-J added the bug Bug reports. label Oct 2, 2024
@6xthFNGR
Copy link

6xthFNGR commented Oct 4, 2024

Double post see #1191

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.

@silvain
Copy link

silvain commented Oct 18, 2024

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'

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

No branches or pull requests

3 participants