seanwu1105 / vscode-qt-for-python

Qt for Python (PySide and PyQt) extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=seanwu.vscode-qt-for-python
MIT License
186 stars 15 forks source link

"No qmlls can be found in current Python environment." #308

Closed RokeJulianLockhart closed 1 year ago

RokeJulianLockhart commented 1 year ago

When I invoked $HOME/RTBJK9/code/manage_monitors/code/attempts/1 (QML Plasmoid)/manage_monitors-0/ui/main.qml (cloned from https://gitlab.com/rokejulianlockhart/RTBJK9/-/blob/main/code/manage_monitors/code/attempts/1%20(QML%20Plasmoid)/manage_monitors-0/ui/main.qml) in code-insiders,

No qmlls can be found in current Python environment. Command failed: /bin/python3.11 /home/rokejulianlockhart/.vscode-insiders/extensions/seanwu.vscode-qt-for-python-7.3.2/python/scripts/qmlls.py --help No qmlls can be found in current Python environment.
![image](https://github.com/seanwu1105/vscode-qt-for-python/assets/42837531/38cec2d2-1d2c-4949-895c-e30eb305d843)

appeared.

seanwu1105 commented 1 year ago

This extension is not tested with an insider version. Please use the stable version instead. Also, as the message indicates, the extension could not find qmlls. Make sure you have the latest PySide installed or set the path manually.