0
HELP PLZZZZ
Im trying to install modules using pip in cmd(windows10) and i looked it up on youtube and saw how to install it and i keep getting a long error and it leads up to: No module called urllib3 and i want to know if pip is out of date or if urllib outdated pip or if there is a way to install urllib3 or pip or install modules a different way. Pllllzzzz help!!!!!!
8 Answers
0
urllib3 works and still has active development going on.
It is in compatible with certain versions of python !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
0
I used 2.7 and that didn't work
0
Is there any other way to install modules?
0
$ git clone git://github.com/urllib3/urllib3.git
$ python setup.py install
0
Do I use that in command prompt?
0
yes need to have git installed
0
What is got?
0
Git* (autocorrect)