简体   繁体   中英

Pip not recognized to install program

I'm trying to install instaloader and running into problems.

IU've downloaded the github file, extracted it, installed python and pip, i think. Now while runninng

pip3 install instaloader

in the windows command prompt its responding:

'pip3' is not recognized as an internal or external command, operable program or batch file.

I've tried installing pip3 by running pip install pip in both python and command prompt, uninstalling and reinstalling python. Do i need to add python to the PATH?

You can try to install pip by 'python get-pip.py' rather than 'pip install pip'.

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