Installing numpy in qpython

核能气质少年 提交于 2019-12-19 08:31:15

问题


I've been trying to install additional libraries on qpython. Unfortunately the documentation I've found so far is very sparse (e. g. http://wiki.qpython.org/doc/install-libraries/). It says you can install libraries on pip console but it doesn't explain anywhere what that means, neither how to access pip console etc.

The second option is to add the library into the following folder: /sdcard/com.hipipal.qpyplus/lib/python3.2/site-packages (For QPython3)

This second option seems straight forward to me, yet how do I get the correct library (e. g. on github etc.)


回答1:


Click the package button on the home page, then you can install numpy with qpypi! :)

Hope this help! :)




回答2:


start qpython on your android device, once it's running, click on the python icon in the middle of the screen, a menu will pop up asking if you'd like to do one of three things, run scrip, start project, or do something with a QR Code. choose "run scrip" and it will open up another menu, then select pip_install.py

the script will start and then you can type "pip install (numpy) or what ever module you want to install. Not really sure why that's the process, but it just is. I've been getting errors trying to install numpy and matplotlib so i'm still trying to figure it out.

it was way easier on my windows system.




回答3:


I just installed numpy-qpython by going to libraries, Qpypi, and selecting numpy-qpython. Looks like the full numpy isn't compatible with qpython




回答4:


1) Install QPython.

2) Install AIPY for QPython.

3) Then go to QPython-->QPYPI-->AIPY and install from there Numpy, SciPy, Matplotlib, etc.



来源:https://stackoverflow.com/questions/41380424/installing-numpy-in-qpython

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!