coleifer / pysqlite3

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

pip install failing with no matching distribution found error #76

Closed BPrasad123 closed 2 months ago

BPrasad123 commented 2 months ago

Hi,

I am using python:3.10.14-bullseye image and "pip install mysqlite3-binary" throws the following error.

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

However, the same setup was working fine a few days back. I am not sure what changed recently. Could you please guide how to solve this issue?

Thanks

coleifer commented 2 months ago

Not sure try installing the sqlite3 and python headers and just compiling pysqlite3.