please help
MRAB
python at mrabarnett.plus.com
Mon Aug 16 15:24:17 EDT 2021
On 2021-08-16 02:19, vitalis wrote:
> I keep getting this error while trying to install pyqt5 designer
>
> Fatal error in launcher: Unable to create process using '"c:\program
> files\python39\python.exe" "C:\Program Files\Python39\Scripts\pip.exe"
> install PyQt5Designer': The system cannot find the file specified.
>
> please what do I do about this
>
Try using the Python Launcher and the pip module:
py -3.9 -m install PyQt5Designer
More information about the Python-list
mailing list