As you already understood, I cannot build numpy as a module for Py4A. Here is the instruction, but I still can not do it. I installed Toolchain because I downloaded Android NDK and entered these 3 bash commands.
Here's a screenshot in the numpy folder. I do not know what to do next.
If you installed the py4a module, add
from py4a import patch_distutils patch_distutils()
to setup.py , add setup.cfg and now:
setup.py
setup.cfg
python setup.py configure python setup.py build
Source: https://habr.com/ru/post/926105/More articles:how to add downloaded extension in yii 1.11? - yiiUICollectionView performance issues on performBatchUpdates - performancexsd: a custom type list is created in List - javaNode.js http.request does not work with [Error: getaddrinfo EADDRINFO] - node.jshow to insert or add a new line on top of jtextarea in java swing? - javaHow to extract numerical values ββfrom a structure object in R - rsetlocale and strftime do not translate month - dateExpressJS - Socket.IO with route separation - javascriptHow can I export a processing sketch as a video? - processingDetermine if the network interface is wireless or wired - cAll Articles