google-research / google-research/android_world

delete_all_rows_from_table raises SQLite version error

Open
#332 2 comments 5 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
906
Forks
186
Avg merge
1h 21m
Merged PRs (30d)
1

Description

Steps to Reproduce
Run the following command:

```
python run.py \
--suite_family=android_world \
--agent_name=t3a_gpt4 \
--perform_emulator_setup \
--tasks=ContactsAddContact,ClockStopWatchRunning
```

Observed Behavior
The process fails when calling delete_all_rows_from_table runs

`cursor.execute(delete_command)`

raising an SQLite version error for fts4.

Additional Context
I attempted to force-install SQLite 3.35 to resolve this, but doing so is unsafe and can break the Python installation inside Conda. It ended up nuking my entire conda

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.