benchmarks icon indicating copy to clipboard operation
benchmarks copied to clipboard

Difficulties of setting up local benchmark environment

Open p16i opened this issue 6 years ago • 1 comments

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.

  • ./mlpy_install.sh: https://gist.github.com/heytitle/ba7a85d0459efa46386423f0739852c5#file-mlpy-log
  • shogun_install.sh: https://gist.github.com/heytitle/ba7a85d0459efa46386423f0739852c5#file-shogun-log

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

p16i avatar Feb 17 '19 20:02 p16i

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.

zoq avatar Feb 18 '19 18:02 zoq