-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Compatibility with old SQLite versions #694
Comments
That's odd. Do you have a full traceback and the verbose output of the tool? |
Run as user root - not sure if that makes a difference? Thanks, |
Very odd. My best guess is a very old version of SQLite that doesn't support the
|
python -c 'import sqlite3 ; print sqlite3.sqlite_version' |
Oh no. It looks like beets is running against some Python other than what's invoked by |
Sorry |
Setting up Install Process |
Could there be issues importing LatAm Songs? They have accented characters... |
Ah yes, it looks like CentOS is still using a version of SQLite from 2006: https://sqlite.org/changes.html I can't find a changelog entry mentioning this syntax, but I'd be willing to bet this is a version issue. We can try to find a way to work around the old version. In the mean time, maybe there's a way to upgrade your SQLite? And no, this does not have to do with accented characters. Those are fine. |
how we can install two versions of sqlite3 at a time. it means i need to install sqlite3-version 2.0 and also sqlite3-version 3.0. |
Using: CentOS 6,Python 2.7
Config file:
directory: ~beet/music
library: ~beet/data/musiclibrary.blb
import:
move: no
copy: yes
write: yes
run: beet import
The text was updated successfully, but these errors were encountered: