label studio
vibepanda
PROOP

a month ago

Description: Label Studio (Label Data for ML & AI Training) Self Host [Oct ’25]

Category: Other

URL: https://railway.com/deploy/label-studio

4 Replies

Anonymous
PRO

a month ago

Deployed this template and i t's crashing with following error

=> Hostname correctly is set to: https://label-studio-staging.up.railway.app

=> Database and media directory: /label-studio/data

=> Static URL is set to: /static/

Traceback (most recent call last):

File "/label-studio/.venv/bin/label-studio", line 3, in <module>

from label_studio.server import main

File "/label-studio/label_studio/server.py", line 23, in <module>

from label_studio.core.argparser import parse_input_args

File "/label-studio/label_studio/core/argparser.py", line 5, in <module>

from .settings.base import EXPORT_DIR

File "/label-studio/label_studio/core/settings/base.py", line 479, in <module>

os.makedirs(MEDIA_ROOT, exist_ok=True)

~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "<frozen os>", line 228, in makedirs

PermissionError: [Errno 13] Permission denied: '/label-studio/data/media'


vibepanda
PROOP

a month ago

Let me check and get back.


vibepanda
PROOP

a month ago

I have fixed the template, there were some permission issues. Thanks for letting me know :)


Anonymous
PRO

a month ago

Thanks, that worked. I was able to install successfully and restrict the signups with the flag.


Loading...