File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,14 +104,7 @@ Install must have dependencies
104104```
105105$ pip2 uninstall scipy
106106$ apt-get install python2-scipy
107-
108107$ apt-get install graphicsmagick
109-
110- $ cd /data/data/com.termux/files/home/DeepCamera/src/flower/
111- $ pip2 install -r requirements.txt
112-
113- $ cd /data/data/com.termux/files/home/DeepCamera/src/detector/
114- $ npm install
115108```
116109
117110
@@ -131,3 +124,10 @@ Add following line to files:
131124files:
132125> /data/data/com.termux/files/usr/lib/python2.7/site-packages/scipy-1.2.0-py2.7-linux-armv8l.egg/scipy/stats/_ continuous_distns.py
133126 /data/data/com.termux/files/usr/lib/python2.7/site-packages/scipy-1.2.0-py2.7-linux-armv8l.egg/scipy/stats/_ stats_mstats_common.py
127+
128+
129+ ```
130+ LD_LIBRARY_PATH=/system/lib:$LD_LIBRARY_PATH:$PREFIX/lib:/system/vendor/lib/egl:/system/vendor/lib LD_PRELOAD=$LD_PRELOAD:libatomic.so:libcutils.so python2
131+
132+ import tvm
133+ ```
You can’t perform that action at this time.
0 commit comments