QUT-Digital-Observatory / coordination-network-toolkit

A small command line tool and set of functions for studying coordination networks in Twitter and other social media data.
MIT License
72 stars 14 forks source link

Operational Error #48

Open harisbinzia opened 2 years ago

harisbinzia commented 2 years ago

Hi, thank you for this toolkit. I am getting an Operational Error while using the compute command both from command line and python API. Please see the below screenshot. Could you please let me know what could be the possible issue?

image

SamHames commented 2 years ago

My suspicion is that you have an older version of Sqlite installed, where the partial indexes we use isn't supported yet. I thought that functionality was widely available though.

Can you let me know:

If it's an old enough version of SQLite the solution will be to upgrade that, though the best way to do that will depend on the specifics of your environment.

SamHames commented 2 years ago

If the second command giving the sqlite version shows you have a version older than 3.8.0 (released 2013-08-26), that's the cause of your problem. If you have a version newer than that, we'll have to do some more investigation.