Error after new datasets

39 views
Skip to first unread message

Sainyam Galhotra

unread,
Apr 9, 2021, 2:12:44 AM4/9/21
to SIGMOD 21 Contest
My code ran fine with old dataset (X2). It is returning this error now.

Did anyone else get this error?

Thanks

Error: No such container:path: reprounzip_dl_w83hv7e5u7:/home/cc/code/output.csv
[REPROUNZIP] 07:38:46.219 CRITICAL: Can't get output file: /home/cc/code/output.csv
Traceback (most recent call last):
  File "/data2/sigmod21_eval_agent/eval_agent/evaluation.py", line 78, in <module>
    submission_dataset_path
  File "/data2/sigmod21_eval_agent/eval_agent/evaluation.py", line 35, in get_evaluation_dataset_with_predicted_label
    submission_dataset = __get_dataset(submission_dataset_path)
  File "/data2/sigmod21_eval_agent/eval_agent/evaluation.py", line 25, in __get_dataset
    df = pd.read_csv(dataset_path, skipinitialspace=True)
  File "/home/donat/sigmod21_eval_agent/venv/lib64/python3.6/site-packages/pandas/io/parsers.py", line 688, in read_csv
    return _read(filepath_or_buffer, kwds)
  File "/home/donat/sigmod21_eval_agent/venv/lib64/python3.6/site-packages/pandas/io/parsers.py", line 454, in _read
    parser = TextFileReader(fp_or_buf, **kwds)
  File "/home/donat/sigmod21_eval_agent/venv/lib64/python3.6/site-packages/pandas/io/parsers.py", line 948, in __init__
    self._make_engine(self.engine)
  File "/home/donat/sigmod21_eval_agent/venv/lib64/python3.6/site-packages/pandas/io/parsers.py", line 1180, in _make_engine
    self._engine = CParserWrapper(self.f, **self.options)
  File "/home/donat/sigmod21_eval_agent/venv/lib64/python3.6/site-packages/pandas/io/parsers.py", line 2010, in __init__
    self._reader = parsers.TextReader(src, **kwds)
  File "pandas/_libs/parsers.pyx", line 382, in pandas._libs.parsers.TextReader.__cinit__
  File "pandas/_libs/parsers.pyx", line 674, in pandas._libs.parsers.TextReader._setup_parser_source
FileNotFoundError: [Errno 2] No such file or directory: 'output.csv'

Metrics obtained on the single datasets (in thousandths):

Vinitra S

unread,
Apr 9, 2021, 8:45:28 AM4/9/21
to SIGMOD 21 Contest
+1 We're seeing this error too, even though:
- output.csv exists in the output file list described using reprounzip info
- it works as intended locally running python main.py
- it works as intended locally using the evaluation repro instructions with the reprounzip commands

Sainyam Galhotra

unread,
Apr 9, 2021, 2:56:35 PM4/9/21
to SIGMOD 21 Contest
For me the error was that I assumed input datasets are ordered X2, X3,X4 but task mentions that input datasets maybe shuffled.
Reply all
Reply to author
Forward
0 new messages