> ImportError: No module named numpy

Greetings!

We are trying to submit the provided sample submission. But in evaluation step we've got following message:

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmprZOFoj/run/program/evaluate.py", line 18, in
import data_io
File "/tmp/codalab/tmprZOFoj/run/program/data_io.py", line 17, in
import numpy as np
ImportError: No module named numpy

As we think, this error doesn't appear on our side, it is on the server side. Can you help with this problem?
Thanks!

Posted by: suits @ Aug. 6, 2019, 12:03 p.m.

Thanks for finding this problem. I just fixed this error. It turns out that continuumio/anaconda:latest doesn't have numpy package. So I changed it to continuumio/anaconda:5.0.0.
You can try again!

Fashion IQ Challenge Team

Posted by: yupenggao @ Aug. 6, 2019, 4:13 p.m.

Another one:

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpY6QxIe/run/program/evaluate.py", line 84, in
score_file.write(basename + "_r_10_score: %0.6f\n" % r_10)
NameError: name 'r_10' is not defined

Posted by: suits @ Aug. 6, 2019, 4:32 p.m.

Please unzip the sample_submission.zip and submit val.zip only to dev leaderboard. Thanks!

Posted by: yupenggao @ Aug. 6, 2019, 5:08 p.m.
Post in this thread