mlpack / benchmarks

Machine Learning Benchmark Scripts
101 stars 49 forks source link

Difficulties of setting up local benchmark environment #134

Open p16i opened 5 years ago

p16i commented 5 years ago

Hi,

I've been trying to set up benchmarks in my laptop, but unfortunately I got several errors and ended up running install scripts one by one.

Currently, I'm trying to install mlpy and shogun, using mlpy_install.sh and shogun_install.sh. I get the following errors.

May I ask you the spec of an ideal environment? For example, which Python version should I use?

zoq commented 5 years ago

IRC discussion:

[21:26] <    heytitle> | hi, may I ask questions regarding setting up mlpack's benchmarks locally?                                                                                                                              │
[21:30] <         zoq> | heytitle: Hey, yeah sure.                                                                                                                                                                              │
[21:31] >> OpenURL 1                                                                                                                                                                                                            │
[21:31] <    heytitle> | I got this error when I ran mlpy_install.sh https://github.com/mlpack/benchmarks/issues/134                                                                                                            │
[21:31] >> OpenURL 2                                                                                                                                                                                                            │
[21:31] <    heytitle> | and this error https://gist.github.com/heytitle/ba7a85d0459efa46386423f0739852c5#file-shogun-log for shogun_install.sh                                                                                 │
[21:35] <         zoq> | so the install scripts don't install the dependencies for each lib, in case for mlpy and shogun it looks like the missing package is python3-dev                                                       │
[21:37] <         zoq> | Perhaps it makes sense to provide a docker                                                                                                                                                             │
[21:42] <    heytitle> | do you have the docker file already?                                                                                                                                                                   │
[21:43] <         zoq> | unfortunately no                                                                                                                                                                                       │
[21:43] <    heytitle> | ok.                                                                                                                                                                                                    │
[21:43] <    heytitle> | should I try to create one?                                                                                                                                                                            │
[21:43] <         zoq> | That would be great :)                                                                                                                                                                                 │
[21:43] <    heytitle> | what base image should I use?                                                                                                                                                                          │
[21:44] <         zoq> | alpine or I guess ubuntu is also just fine                                                                                                                                                             │
[21:44] <    heytitle> | ok.