-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Module core.pe.photo is missing #1191
Comments
Same.
Depending if I install system-wide or in a Python Virtual Environment, I get different issues. System-Wide
VENV
I dont know where to get the module 'core.pe.photo' yet. The dependencies where installed as recommended. More similar reports: #1255 |
DupeGuru will not open because the core.pe.photo module is missing. This is on Ubuntu Mantic (23.10)
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'
The text was updated successfully, but these errors were encountered: