label studio 版本升级记录
label studio 从1.8.1 升级到1.11.0 过程记录
# 当前(2024-02)最新版是1.11.0
pip install -U label-studio
启动后遇到问题1:
django.core.management.base.CommandError: Conflicting migrations
detected; multiple leaf nodes in the migration graph:
(0002_alter_fileupload_file, 0002_auto_20210914_0020 in data_import).
To fix them run ‘python manage.py makemigrations --merge’ Sentry is
attempting to send 2 pending error messages
解决方法:
python /ai/share_data/xxx/env/conda_109/lib/python3.9/site-packages/label_studio/manage.py makemigrations --merge
输入y确认