Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cin => sqlite scripts are not python3 compatible #28

Open
slyfox3 opened this issue Aug 11, 2021 · 0 comments
Open

cin => sqlite scripts are not python3 compatible #28

slyfox3 opened this issue Aug 11, 2021 · 0 comments

Comments

@slyfox3
Copy link
Contributor

slyfox3 commented Aug 11, 2021

The scripts uses pysqlite, but it seems about time to move on...

$ pip install pysqlite
Defaulting to user installation because normal site-packages is not writeable
Collecting pysqlite
  Using cached pysqlite-2.8.3.tar.gz (80 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cr1y4hwh/pysqlite/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cr1y4hwh/pysqlite/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-vp7ecse9
         cwd: /tmp/pip-install-cr1y4hwh/pysqlite/
    Complete output (1 lines):
    pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library.
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant