On Mon, 16 Aug 2021 20:24:17 +0100, MRAB <pyt...@mrabarnett.plus.com>
declaimed the following:

>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

        py-3.9 -m pip install PyQt5Designer...

        However I would want to see the exact command line (not whatever
reformatting took place in the error message). Literal reading of that
message implies the OP is trying to pass a pip EXECUTABLE as the program to
be run by Python, rather than a pip .py file.


-- 
        Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfr...@ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to