-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
couldn't create superuser for cvat in windows #1240
Comments
@ghSaint , try to use cmd.exe instead of gitbash or any other custom interpreter. Does it solve the problem? |
@nmanovic, i tried it in cmd. it was showing the same error. |
Try different advices from the thread below. Recently I built cvat on Windows to help a guy from an internal team. It worked fine. I have no idea what is wrong in your case. |
i tried using bash and it worked. Thanks. |
Worked for me as well. |
please use gitbash on windows |
winpty docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
'winpty' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered: