I'm attempting to use Python 3.8 to access SQLite 3.25, which now supports Window Functions.
I've already attempted to install python 3.8 via conda create, but it says the repo is not found.
From what I've read, SQLite 3.25 is the first to support Window Functions, which I need. I would also preferably like to install with Python using conda create... is there a link for this?