简体   繁体   中英

pip installation error on windows 7 (32-bit)

i installed the pip on windows 7(32-bit) but i have below error.

    C:\Python\Python36-32\Scripts>pip --version
    Fatal error in launcher: Unable to create process using '"'

    C:\Python\Python36-32\Scripts>pip install httpie
    Fatal error in launcher: Unable to create process using '"'

i have saved get-pip.py file in C:\\Python. i have set the system variables also.i have followed the page for installation https://dev.to/el_joft/installing-pip-on-windows can someone help here

the below command solved my problem

         python -m pip install pip==9.0.1

found in Pip - Fatal error in launcher: Unable to create process using '"'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM