runtime error

Exit code: 1. Reason: [notice] A new release of pip is available: 25.0.1 -> 26.0.1 [notice] To update, run: pip install --upgrade pip README.md: 0%| | 0.00/649 [00:00<?, ?B/s] README.md: 100%|██████████| 649/649 [00:00<00:00, 2.90MB/s] data/train-00000-of-00001.parquet: 0%| | 0.00/22.4M [00:00<?, ?B/s] data/train-00000-of-00001.parquet: 100%|██████████| 22.4M/22.4M [00:00<00:00, 22.8MB/s] Generating train split: 0%| | 0/3705 [00:00<?, ? examples/s] Generating train split: 100%|██████████| 3705/3705 [00:00<00:00, 23942.01 examples/s] Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> from app_pr import demo as demo_pr File "/home/user/app/app_pr.py", line 12, in <module> from table import PATCH_REPO_ID, df_orig File "/home/user/app/table.py", line 64, in <module> .rename({"paper_url": "openreview", "submission_number": "paper_id"}) File "/usr/local/lib/python3.10/site-packages/polars/dataframe/frame.py", line 4861, in rename return self.lazy().rename(mapping, strict=strict).collect(_eager=True) File "/usr/local/lib/python3.10/site-packages/polars/_utils/deprecation.py", line 93, in wrapper return function(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/polars/lazyframe/frame.py", line 2206, in collect return wrap_df(ldf.collect(engine, callback)) polars.exceptions.DuplicateError: could not create a new DataFrame: column with name 'paper_id' has more than one occurrence

Container logs:

Fetching error logs...