Error running ‘QtDesigner’: Cannot start process, the working directory ‘D:\Python\Lib\site-packages\pyqt5_tool’ does not exist
如果你碰见了这个问题的话,说明你的路径有问题在安装的时候 Working directory我们都是直接加载别人的路径,其实在我们加上去的时候不要刻意去修改,系统会直接设置。我的的环境是pycharm+qt5+pycharm3.6,至于之后的pyuic5,再点加号,添加pyuic5的参数,这个是把qt的UI文件转换成.py文件的工具,program:E:\python_study\qtstudy\venv\Scripts\pyuic5.exe,这个也需要改成你自己的, arguments:$FileName$ -o $FileNameWithoutExtension$.py ,也是一样,不必理会。
希望对你有用