Mismatch of versions between Sqlite3 and Python
At this moment the loss-calculator only works with Python =<3.9. However we are using SQLite 3.35, which is experimental. We should consider this when developing & maybe be able to use Python 3.10/3.11 too in order to avoid problems.
However: Now there is not only a check for Python<3.10, but also, if you remove that check, there are some dependency issues that should be resolved.