mine2chow / PYQT-Integration

PYQT integration for vscode
MIT License
12 stars 7 forks source link

Don't work inside a virtual environment #14

Open romanpikulenko opened 1 year ago

romanpikulenko commented 1 year ago

If PyQt and releted packages are installed in a virtual environment all the commands fail. The error is as follow: Error: Command failed: "pyuic5" -p "c:\Users\pikulenkor\Documents\pyqt5\lesson 27\main_window.ui" '"pyuic5"' is not recognized as an internal or external command, operable program or batch file.

youjunxiaji commented 1 year ago

Yes, I get this question too, have you solved it?