How do u install modules using Pip installer | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How do u install modules using Pip installer

I have tried multiple tyms to install the pygame module on my QPython but it never works for some reason.This is what i tried in the pip console:Pip install Pygame but doesn't work. Trust me it's not a connection problem, my Connection is always 4G .

12th Sep 2016, 6:58 AM
steampunk08
steampunk08 - avatar
2 Réponses
0
Pip install Pygame u must add the path of pip to system path
24th Sep 2016, 8:39 AM
மனோஜ்குமார் பழனிச்சாமி
மனோஜ்குமார் பழனிச்சாமி - avatar
0
Hey @steampunk08, 1. First add the path ~\python\scripts to your PATH variable. 2. then type ===> pip install Pygame if that doesn't work then try ====> easy_install Pygame if that too doesn't work then try installing MiniConda after installation type ====> conda install Pygame this should probably solve your problem!
1st Mar 2017, 2:38 PM
Mohammed Jasam
Mohammed Jasam - avatar