Kilosort icon indicating copy to clipboard operation
Kilosort copied to clipboard

BUG: qt.qpa.window: SetProcessDpiAwarenessContext() failed

Open ATRI-Star opened this issue 1 month ago • 1 comments

Describe the issue:

(kilosort) C:\Users\cxzhu>python -m kilosort qt.qpa.window: SetProcessDpiAwarenessContext() failed: 拒绝访问。 Qt's default DPI awareness context is DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2. If you know what you are doing, you can overwrite this default using qt.conf (https://doc.qt.io/qt-6/highdpi.html#configuring-windows).

Reproduce the bug:


Error message:


Version information:

python 3.9 cuda 11.8

ATRI-Star avatar Nov 21 '25 04:11 ATRI-Star

This looks like an issue with your python environment or your display variable. It is not a KS4 issue. I would suggesting starting with the link provided in the error message, for the QtPy package. You could also try creating a new environment, or launching from something like powershell or a conda prompt if you're currently using an IDE.

jacobpennington avatar Nov 21 '25 18:11 jacobpennington