I have a script that has to use Python 3.5.1 which I have installed. It also needs to use sqlite3 version 3.8.2 or higher. However, the module that seems to be installed has the version 3.7.13.
Could anybody please tell me how do I make it such that my script when run with python 3.5.1 will run such an sqlite3 version?
If it is of any importance I am using Raspbian.