20 days ago
Description: Label Studio (Label Data for ML & AI Training) Self Host [Oct ’25]
Category: Other
4 Replies
14 days 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'
14 days ago
I have fixed the template, there were some permission issues. Thanks for letting me know :)
14 days ago
Thanks, that worked. I was able to install successfully and restrict the signups with the flag.