-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
django.db.utils.OperationalError: no such column: "project" - should this be a string literal in single-quotes? #6664
Comments
Doing the pip install way seems to work under Linux (tested with current Fedora). But the issue seems related to database migrations under FreeBSD/Python. If I copy the initial database (sqlite3 file) from the Linux install over to the FreeBSD one then Label Studio starts and runs without issues. |
I don't think we explicitly claim FreeBSD support, but I don't see why it shouldn't work. Could you run these steps to help us understand which migration is broken under FreeBSD:
Cheers, |
Hi, thanks for the hint how to get more debug info. :-) Here is the output of it:
It seems that one migration fails. Mysteriously the same stuff is running fine under Linux, so it should run under BSD too. |
Describe the bug
After the installation via
pip install label-studio
it crashes upon start with an error message.To Reproduce
Steps to reproduce the behavior:
python -m venv label-studio
cd label-studio
source bin/activate
pip install label-studio
label-studio start --data-dir ~/data --no-browser
Expected behavior
Label Studio should start and run.
Screenshots
Environment (please complete the following information):
Additional context
I looked around and the sqlite3 database is created and contains some tables:
I tried to install globally instead of in an virtual environment but the behaviour and error stays the same.
The text was updated successfully, but these errors were encountered: