Closed visuman closed 1 year ago
Not sure what to tell you, seems working fine for me on 3.10:
$ python --version
Python 3.10.2
$ pip install pysqlite3-binary
...
Successfully installed pysqlite3-binary-0.5.0
$ python -c "import pysqlite3" # No error.
Ran the following command on using python 3.10 on a centos 7 machine and got error
The installation is working for python 3.9
I saw that pysqlite3-binary is already available for python 3.10 https://github.com/coleifer/pysqlite3/issues/29
is there something that i am missing ?