Skip to content
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

Update documentation for installing CVAT on Windows #3752

Closed
BaoZhengG opened this issue Sep 30, 2021 · 4 comments
Closed

Update documentation for installing CVAT on Windows #3752

BaoZhengG opened this issue Sep 30, 2021 · 4 comments
Labels
documentation Documentation should be updated question Further information is requested

Comments

@BaoZhengG
Copy link

Hi @nmanovic ,

Thanks for updating the documentation on how to use CVAT on WIndows Home. Currently, after updating the docker desktop application to the latest version, I am able to execute docker command via the command prompt provided on Windows, but when I run the command winpty docker exec -it cvat -ic 'python3 ~/manage.py createsuperuser' it throws the following error saying 'winpty' is not recognized as an internal or external command, operable program or batch file.`

So I tried running just `docker exec -it cvat -ic 'python3 ~/manage.py createsuperuser'
This command worked initially but later threw this error.

setupvars.sh] OpenVINO environment initialized
manage.py: unexpected EOF while looking for matching `''
manage.py: syntax error: unexpected end of file

Could you please take a look at this and update the documentation?
Thanks :)

Originally posted by @kaustubhharapanahalli in #1536 (comment)

@BaoZhengG
Copy link
Author

docker exec -it cvat -ic 'python3 ~/manage.py createsuperuser

@nmanovic
Copy link
Contributor

@BaoZhengG , do you think you can help us and contribute? Just prepare a PR for documentation. It should be more or less easy to do.

image

@nmanovic nmanovic added the documentation Documentation should be updated label Sep 30, 2021
@nmanovic nmanovic changed the title Hi @nmanovic , Update documentation for installing CVAT on Windows Sep 30, 2021
@kaustubhharapanahalli
Copy link

Hi @BaoZhengG winpty works only on git bash, if you not using git bash, you use it without winpty

@nmanovic nmanovic added the question Further information is requested label Sep 30, 2021
@nmanovic
Copy link
Contributor

@kaustubhharapanahalli , thanks for your help! It looks like the question is answered. I will close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation should be updated question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants