CharlesCoeder

Results 2 comments of CharlesCoeder

Here are my dependency versions: **python** 3.11.3 **PyQt5** 5.15.9 **node** v20.2.0 **typescript** 5.0.4 **yarn** 1.22.19 **socat** 1.7.4.4 **QtWebEngineWidgets** PyQtWebEngine 5.15.6 PyQtWebEngine-Qt5 5.15.2 PyQt6-WebEngine 6.5.0 **KDE Plasma** 5.27.5 For what it's...

I managed to fix the issue by installing all the dependencies through Arch's package manager rather than via pip/npm. First I uninstalled the existing dependencies: ``` pip uninstall PyQtWebEngine sudo...