coleifer / pysqlite3

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

No matching distribution found for pysqlite3-binary #68

Closed trazyn closed 7 months ago

trazyn commented 7 months ago

Hi there, im trying to install this package, but got the following error message:

❯ uname -a
Darwin *** 19.6.0 Darwin Kernel Version 19.6.0: Tue Jun 21 21:18:39 PDT 2022; root:xnu-6153.141.66~1/RELEASE_X86_64 x86_64

❯ python --version
Python 3.11.7

❯ pip --version
pip 23.2.1 from ***

❯ pip install pysqlite3-binary
ERROR: Could not find a version that satisfies the requirement pysqlite3-binary (from versions: none)
ERROR: No matching distribution found for pysqlite3-binary
coleifer commented 7 months ago

I only run Linux so those are the wheels I provide. You can compile the regular pysqlite3 package- just make sure you have a C compiler and the sqlite3 headers.

trazyn commented 7 months ago

Noted, ty