System: Windows11
PackageManager: scoop
Python: 3.14
Install: pip install decoder-plus-plus[qt6]
Run: dpp
Error:
< dpp
Traceback (most recent call last):
File "<frozen runpy>", line 203, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\Software\Scoop\apps\python\current\Scripts\dpp.exe\__main__.py", line 2, in <module>
from dpp.runner import main
File "D:\Software\Scoop\apps\python\current\Lib\site-packages\dpp\runner.py", line 34, in <module>
from qtpy.QtWidgets import QApplication
File "D:\Software\Scoop\apps\python\current\Lib\site-packages\qtpy\__init__.py", line 293, in <module>
raise QtBindingsNotFoundError from None
qtpy.QtBindingsNotFoundError: No Qt bindings could be found
Try: pip show PyQt6
Looks normal.
Try: python -m pip install --force-reinstall PyQt6 PyQt6-sip
Run: dpp
GUI Program started now.
But with other error:
2026-07-15 17:13:55,222: ERROR: jsonify_script.py: No module named 'validators'
2026-07-15 17:13:55,223: ERROR: Loading plugin D:\Software\Scoop\apps\python\current\Lib\site-packages\dpp\plugins at jsonify_script.py failed!
Try: python.exe -m pip install validators
Run: dpp
2026-07-15 17:15:43,496: INFO: Starting Decoder++ GUI...
GUI Program started successfully.
Looks normal now.
System: Windows11
PackageManager: scoop
Python: 3.14
Install:
pip install decoder-plus-plus[qt6]Run:
dppError:
Try:
pip show PyQt6Looks normal.
Try:
python -m pip install --force-reinstall PyQt6 PyQt6-sipRun:
dppGUI Program started now.
But with other error:
Try:
python.exe -m pip install validatorsRun:
dppGUI Program started successfully.
Looks normal now.