sqlite3.connect only takes string, not PosixPath
setup.py wasn't running on my machine, with the error message that sqlite3.connect only takes string, not PosixPath. So I've wrapped the path in an explicit str(). This fixes it at least on my machine.