HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.35k stars 2.4k forks source link

The email and password you entered don't match #4419

Open JulianWi21 opened 1 year ago

JulianWi21 commented 1 year ago

Hey,

I've been labeling images on label-studio community on machine A for a while. Now that I am migrating to machine B I would like to access the label-studio projects I've worked on machine A. However, any attempt to log in into label-studio on machine B with the credentials I've used on machine A leads to a "The email and password you entered don't match" error.

Are those local accounts and if so, is there a possibility to access the data I've already labeled on a different machine using the free community version of label-studio?

Thanks in advance!

AbubakarSaad commented 1 year ago

Hello Julian,

Yes, but you would need to migrate the projects and the users to a different machine as well before accessing it. You can use this https://github.com/heartexlabs/label-studio-sdk/tree/master/examples/migrate_ls_to_ls script to help you with the migrations to different machine

JulianWi21 commented 1 year ago

Hello Abubakar,

I've installed label-studio-sdk and tried to migrate the projects as proposed in the link you have provided. However, it results in this error message: python: can't open file 'migrate-ls-to-ls.py': [Errno 2] No such file or directory

I've also checked the site-packages of my python venv and there is no such file. Also when compared to the github repo it seems like only a few files of label-studio-sdk library were installed while many are missing.

Here's the command line output when installing label-studio-sdk: (label-toolv3) $ pip install -U label-studio-sdk Collecting label-studio-sdk Downloading label_studio_sdk-0.0.28-py3-none-any.whl (30 kB) Collecting requests<3,>=2.22.0 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 12.5 MB/s eta 0:00:00 Collecting lxml>=4.2.5 Downloading lxml-4.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 56.3 MB/s eta 0:00:00 Collecting label-studio-tools>=0.0.1 Downloading label_studio_tools-0.0.2-py3-none-any.whl (14 kB) Collecting pydantic<=1.11,>1.7 Downloading pydantic-1.10.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 32.6 MB/s eta 0:00:00 Collecting appdirs>=1.4.3 Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB) Collecting typing-extensions>=4.2.0 Downloading typing_extensions-4.6.3-py3-none-any.whl (31 kB) Collecting urllib3<3,>=1.21.1 Downloading urllib3-2.0.3-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.6/123.6 kB 24.5 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting certifi>=2017.4.17 Downloading certifi-2023.5.7-py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 157.0/157.0 kB 26.3 MB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 Downloading charset_normalizer-3.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (195 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.9/195.9 kB 32.2 MB/s eta 0:00:00 Installing collected packages: appdirs, urllib3, typing-extensions, lxml, idna, charset-normalizer, certifi, requests, pydantic, label-studio-tools, label-studio-sdk Successfully installed appdirs-1.4.4 certifi-2023.5.7 charset-normalizer-3.1.0 idna-3.4 label-studio-sdk-0.0.28 label-studio-tools-0.0.2 lxml-4.9.2 pydantic-1.10.9 requests-2.31.0 typing-extensions-4.6.3 urllib3-2.0.3