Just trying to repackage some that dont work and learn more about all this. got this error. I have python 3.12 with pip updated and all requirements installed.
D:\Desktop\snap-lens-tool-master>snap_lens_tool.py
Traceback (most recent call last):
File "D:\Desktop\snap-lens-tool-master\snap_lens_tool.py", line 7, in
from PyQt5.QtWidgets import QApplication, QDialog, QFileDialog
ModuleNotFoundError: No module named 'PyQt5'
Just trying to repackage some that dont work and learn more about all this. got this error. I have python 3.12 with pip updated and all requirements installed.
D:\Desktop\snap-lens-tool-master>snap_lens_tool.py Traceback (most recent call last): File "D:\Desktop\snap-lens-tool-master\snap_lens_tool.py", line 7, in
from PyQt5.QtWidgets import QApplication, QDialog, QFileDialog
ModuleNotFoundError: No module named 'PyQt5'