please help

Dennis Lee Bieber wlfraed at ix.netcom.com
Mon Aug 16 20:17:55 EDT 2021


On Mon, 16 Aug 2021 20:24:17 +0100, MRAB <python at 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
	wlfraed at ix.netcom.com    http://wlfraed.microdiversity.freeddns.org/



More information about the Python-list mailing list