ctuning/ck-request-asplos18-mobilenets-tvm-arm

Add pip deps

Opened this issue · 7 comments

We need extra dependency on scipy (and maybe others):

# pip install scipy
or
# pip3 install scipy

Actually easier is:

# apt-get install python3-scipy
or
# apt-get install python-scipy

you can use the option --user in order to install the module locally.
$ pip install scipy --user

It's just that pip install scipy is very slow on hikey and probably firefly too ...

Yes but apt-get requires sudo permission...

Sure, but we expect that in many cases already ...

But you are right - we can provide a choice ;) ...

We also have to install requests package. I've mentioned it here: #9 (comment)