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
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to