level 1
刚才自己在手机上试了一下安装buildozer成功,顺便把步骤写下来。
第一步(必须):手机上先连接好vpn,这样才能顺利安装,具体用哪个软件就不提了,自己搜索吧。
第二步:打开qpython,点击'库',下来的界面点击'Pip console'就自动跳转到了终端界面
第三步:敲pip install builozer,然后耐心等待直到安装完毕,过程大约2分钟。下面把输出结果贴出来大家参考,因为我手机上接图不方便,所以就直接复制了。
.sh "/data/data/org.qpython.qpy/files/bin/pip_console.py" && exit <
Input pip commands, ie: pip install {module}
-->pip install buildozer
Downloading/unpacking buildozer
Downloading buildozer-0.32.tar.gz (59Kb): 59Kb downloaded
Running setup.py egg_info for package buildozer
warning: no files found matching '*COPYING'
Downloading/unpacking pexpect (from buildozer)
Downloading pexpect-4.2.1.tar.gz (143Kb): 143Kb downloaded
Running setup.py egg_info for package pexpect
Downloading/unpacking virtualenv (from buildozer)
Downloading virtualenv-15.1.0.tar.gz (1.9Mb): 1.9Mb downloaded
Running setup.py egg_info for package virtualenv
warning: no previously-included files matching '*' found under directory 'docs/_templates'
warning: no previously-included files matching '*' found under directory 'docs/_build'
Downloading/unpacking ptyprocess>=0.5 (from pexpect->buildozer)
Downloading ptyprocess-0.5.1.tar.gz (68Kb): 68Kb downloaded
Running setup.py egg_info for package ptyprocess
Installing collected packages: buildozer, pexpect, virtualenv, ptyprocess
Running setup.py install for buildozer
warning: no files found matching '*COPYING'
installing library code to build/bdist.linux-armv7l/egg
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
zip_safe flag not set; analyzing archive contents...
removing 'build/bdist.linux-armv7l/egg' (and everything under it)
Processing buildozer-0.32-py2.7.egg
Extracting buildozer-0.32-py2.7.egg to /data/data/org.qpython.qpy/files/lib/python2.7/site-packages
warning: easy_install: byte-compiling is disabled, skipping.
Adding buildozer 0.32 to easy-install.pth file
Installing buildozer script to /data/data/org.qpython.qpy/files/bin
Installing buildozer-remote script to /data/data/org.qpython.qpy/files/bin
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/buildozer-0.32-py2.7.egg
Processing dependencies for buildozer==0.32
Searching for virtualenv
Reading http://pypi.python.org/simple/virtualenv/
Best match: virtualenv 15.1.0
Downloading https://pypi.python.org/packages/d4/0c/9840c08189e030873387a73b90ada981885010dd9aea134d6de30cd24cb8/virtualenv-15.1.0.tar.gz#md5=44e19f4134906fe2d75124427dc9b716
Processing virtualenv-15.1.0.tar.gz
Running virtualenv-15.1.0/setup.py -q bdist_egg --dist-dir /storage/emulated/0/org.qpython.qpy/cache/easy_install-230sRF/virtualenv-15.1.0/egg-dist-tmp-VvuMQe
warning: no previously-included files matching '*' found under directory 'docs/_templates'
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: build_py: byte-compiling is disabled, skipping.
warning: install_lib: byte-compiling is disabled, skipping.
warning: easy_install: byte-compiling is disabled, skipping.
Adding virtualenv 15.1.0 to easy-install.pth file
Installing virtualenv script to /data/data/org.qpython.qpy/files/bin
Installed /data/data/org.qpython.qpy/files/lib/python2.7/site-packages/virtualenv-15.1.0-py2.7.egg
Searching for pexpect
Reading http://pypi.python.org/simple/pexpect/
Best match: pexpect 4.2.1
Downloading https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-4.2.1.tar.gz#md5=3694410001a99dff83f0b500a1ca1c95
Processing pexpect-4.2.1.tar.gz
Running pexpect-4.2.1/setup.py -q bdist_egg --dist-dir /storage/emulated/0/org.qpython.qpy/cache/easy_install-iqXof6/pexpect-4.2.1/egg-dist-tmp-8NRRU2
2017年03月04日 12点03分