+ 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 .
2 ответов
0
Pip install Pygame
u must add the path of pip to system path
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!