HELP PLZZZZ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!!!!!!

8th Aug 2018, 8:02 PM
Hayden
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.*
8th Aug 2018, 10:12 PM
JME
0
I used 2.7 and that didn't work
10th Aug 2018, 2:39 AM
Hayden
0
Is there any other way to install modules?
10th Aug 2018, 2:41 AM
Hayden
0
$ git clone git://github.com/urllib3/urllib3.git $ python setup.py install
10th Aug 2018, 5:41 PM
JME
0
Do I use that in command prompt?
10th Aug 2018, 5:42 PM
Hayden
0
yes need to have git installed
10th Aug 2018, 5:44 PM
JME
0
What is got?
10th Aug 2018, 5:45 PM
Hayden
0
Git* (autocorrect)
10th Aug 2018, 5:45 PM
Hayden