cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.3k stars 2.96k forks source link

Need help to solve error in development environment #8408

Open tsune10696 opened 2 weeks ago

tsune10696 commented 2 weeks ago

Actions before raising this issue

Steps to Reproduce

Hello, I am trying to prepare developement environment according to https://opencv.github.io/cvat/v2.3.0/docs/contributing/development-environment/. I'm facing the following error in debugging step of REST server in vs code.

画像

rest server debug error 👇 画像 (1)

If someone knows about that, please help me!

Thanks.

Expected Behavior

No response

Possible Solution

No response

Context

No response

Environment

No response

azhavoro commented 2 weeks ago

I can't reproduce this problem, as you can see the insecure option is supported by the runserver Django command https://docs.djangoproject.com/en/4.2/ref/contrib/staticfiles/#cmdoption-runserver-insecure as expected.

So I believe the problem is definitely in your environment. Please provide exact steps to reproduce, including all commands, OS info, etc. Also, why did you try to set the dev environment for 2.3.0? That's a pretty old and unreported version.