+ 9
Modules
Why when i download a module and then try it.. It says there is no module called...
15 Answers
+ 3
Are you using Pydroid?
+ 2
It says log in pip.log
+ 2
If you are using Pydroid (A Python IDE for Android), it has a terminal, you can get all the pip commands with the command "pip help"
+ 2
Seb TheS, in qpython the module that i want it has been downloaded
But Qpython3 no
+ 2
Thanks for helping btw
+ 2
i want to use modules in solo learn playgrounds but it wont work. Is it impossible to use modules is solo learn playgrounds?
+ 1
Psy i made that
+ 1
Ziattin Salih Then you might not have pip installed
+ 1
There is a command prompt command to install pip too, I don't remember it, but I'll search it.
+ 1
This is what I found:
python -m ensurepip --default-pip
If you are using windows, and that command resulted in an error, you might try to change python to py:
py -m ensurepip --default-pip
+ 1
I am using android...
0
You may want to install it first:
Open your terminal then write:
pip install <moduleName>
0
Hello speak unglish and rusha
0
log in pip.org
0
hey somebody said pip is installed? i thought pip is preinstalled if python3 is rightfully installed in your computer?