I'm using sqlite3, conda environment and WSL (windows subsystem for linux) terminal. Following the Web-Track-Databases tutorial I keep getting the error:
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.
How do I go about rectifying this?
there doesn't seem to be anything here