yasb icon indicating copy to clipboard operation
yasb copied to clipboard

[BUG]import error: can't import QtWidgets

Open ryannewcomer opened this issue 11 months ago • 2 comments

Expected Behavior

it should wrok

Current Behavior

i run pip -r requirements.txt, then run python src/main.py, and it said : ImportError: DLL load failed while importing QtWidgets: The specified module could not be found.

Possible Solution

i install QtWidgets with pip, and it still don't work, then i install PyQt6, still don't work

Steps to Reproduce

1.clone yasb 2.pip install -r requirements.txt 3.python src/main.py 4. show error

Context (Environment)

os: window 11 the error: image i have move the style.css and config.yam to C:/User//.yasb: Screenshot 2023-07-18 130625

ryannewcomer avatar Jul 18 '23 12:07 ryannewcomer