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

CK workflow, portable packages and other artifacts for the ReQuEST-ASPLOS'18 submission:
http://cknowledge.org/request-cfp-asplos2018.html
Other
11 stars 1 forks source link

Add pip deps #3

Open gfursin opened 6 years ago

gfursin commented 6 years ago

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

# pip install scipy
or
# pip3 install scipy
gfursin commented 6 years ago

Actually easier is:

# apt-get install python3-scipy
or
# apt-get install python-scipy
fvella commented 6 years ago

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

gfursin commented 6 years ago

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

fvella commented 6 years ago

Yes but apt-get requires sudo permission...

gfursin commented 6 years ago

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

gfursin commented 6 years ago

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

Chunosov commented 6 years ago

We also have to install requests package. I've mentioned it here: https://github.com/ctuning/ck-request-asplos18-mobilenets-tvm-arm/issues/9#issuecomment-418605244