BUG: qt.qpa.window: SetProcessDpiAwarenessContext() failed
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
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.