sirocco-ventures / raggenie

https://www.raggenie.com
MIT License
29 stars 13 forks source link

Fix compatibility issue with pysqlite3-binary on Python 3.12.6 and later #23

Closed ashmilhussain closed 1 day ago

ashmilhussain commented 1 day ago

Users are encountering an error related to the installation of pysqlite3-binary when using Python 3.12.6 or later. This prevents the application from functioning correctly.

Error Message

ERROR: Could not find a version that satisfies the requirement pysqlite3-binary==0.5.3.post1 (from versions: none)
ERROR: No matching distribution found for pysqlite3-binary==0.5.3.post1

Required Change

Files Affected • requirements.txt • init.py (in the app folder)