xlang-ai / Spider2

Spider 2.0: Evaluating Language Models on Real-World Enterprise Text-to-SQL Workflows
https://spider2-sql.github.io
Apache License 2.0
157 stars 14 forks source link

The local_sqlite.zip seems to miss some local files? I failed to run spider2/setup.py. #20

Open thatmee opened 2 weeks ago

thatmee commented 2 weeks ago

I downloaded four files from google drive following the guidelines, but there is an error when I run python setup.py under spider2 folder: FileNotFoundError: [Errno 2] No such file or directory: './resource/databases/local/California_Traffic_Collision.sqlite'

Where can I find California_Traffic_Collision.sqlite? Thank you!

lfy79001 commented 1 week ago

If you download from https://drive.usercontent.google.com/download?id=1gSB_30ey08GkDrMEXqj3LMJEH4ziQst1&authuser=0, this error shouldn't occur. Please check if the California_Traffic_Collision.sqlite file is included in the zip file you downloaded. Thanks!