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

dupeGuru refuses to start on Fedora 39 Plasma Desktop spin. #1217

Open
GhostCoder22 opened this issue Mar 25, 2024 · 2 comments
Open

dupeGuru refuses to start on Fedora 39 Plasma Desktop spin. #1217

GhostCoder22 opened this issue Mar 25, 2024 · 2 comments
Labels
bug Bug reports.

Comments

@GhostCoder22
Copy link

dupeGuru refuses to start on Fedora 39 Plasma Desktop spin whenever I tried launching it from KDE's Application Launcher, so I tried starting it directly from Konsole instead only to be presented with the following traceback:

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 26, in
from core import se, me, pe
File "/usr/share/dupeguru/core/pe/init.py", line 1, in
from core.pe import ( # noqa
File "/usr/share/dupeguru/core/pe/block.py", line 9, in
from core.pe._block import NoBlocksError, DifferentBlockCountError, avgdiff, getblocks2 # NOQA
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'core.pe._block'

Python version 3.1.2 is installed.

Steps to reproduce the behavior:

  1. Attempt to start dupeGuru either from the desktop or Konsole.

Expected behavior

  1. dupeGuru should normally start.

dupeGuru Traceback

As of this bug report, the following was reported by Info Center:

  • Operating System: Fedora Linux 39
  • KDE Plasma Version: 5.27.11
  • KDE Frameworks Version: 5.115.0
  • Qt Version: 5.15.12
  • Kernel Version: 6.7.9-200.fc39.x86_64 (64-bit)
  • Graphics Platform: Wayland
  • Processors: 4 × Intel® Core™ i3-7100U CPU @ 2.40GHz
  • Memory: 15.4 GiB of RAM
  • Graphics Processor: Mesa Intel® HD Graphics 620
@GhostCoder22 GhostCoder22 added the bug Bug reports. label Mar 25, 2024
@Valeryan24
Copy link

Hi, same here on Ubuntu 24.04 (pre-beta) with Python 3.12 - Dupeguru doesn't start :

$ dupeguru QSocketNotifier: Can only be used with threads started with QThread Traceback (most recent call last): File "/usr/bin/dupeguru", line 88, in <module> 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 <module> from core.app import AppMode, DupeGuru as DupeGuruModel File "/usr/share/dupeguru/core/app.py", line 27, in <module> from core.pe.photo import get_delta_dimensions ModuleNotFoundError: No module named 'core.pe.photo'

@CharAznableLoNZ
Copy link

Seems to be the same at #1066

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