Git Product home page Git Product logo

Comments (1)

BhJaipal avatar BhJaipal commented on August 10, 2024

I have found it's solution first open terminal then

cd data/user/0/org.qpython.qpy3/files/bin
rmdir pip 
ls

python3-android5 is used for execution of python files in Qpython 3L.
Now, install pip

python3-android5 -m pip install pip
python3-android5 -m pip show pip

It will install pip-21.3.1

From any other python app like I used Pydroid3, open terminal and execute these

cd ..
cd files/arm-linux-androideabi/bin
# use ls and search pip and if you find it in list, do this
ls
cp /data/user/0/ru.iiec.pydroid3/files/arm-linux-androideabi/bin/pip /storage/emulated/0/pip
# We cannot copy it to qpython private space by Pydroid3 Terminal

If you use termux, use this

cp /data/data/com.termux/files/usr/bin/pip /storage/emulated/0/pip

Now, open Qpython Terminal, you either use

import os
os.system("sh")

Or

import setuptools
setuptools.setup()

It will do same, or execute a file containing error it open terminal too in qpython

cp /storage/emulated/0/pip /data/user/0/org.qpython.qpy3/files/bin/pip
# this pip file is a Python file without extension like python3-android5

from qpython.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.