coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
188 stars 53 forks source link

Installing pysqlite3-binary through pip gets: "Could not find a version that satisfies the requirement pysqlite3-binary (from versions: none)" #64

Closed trancethehuman closed 1 year ago

trancethehuman commented 1 year ago
Screenshot 2023-09-17 at 11 52 09 PM
coleifer commented 1 year ago

I don't publish wheels for your os/architecture.

nalgeon commented 1 year ago

@trancethehuman you can try sqlean.py, which is a drop-in replacement for pysqlite3 with binaries for Windows, Linux and macOS.

trancethehuman commented 1 year ago

@nalgeon thank you