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

Unable to up cvat_server on local #7386

Closed
meraj966 opened this issue Jan 23, 2024 · 1 comment
Closed

Unable to up cvat_server on local #7386

meraj966 opened this issue Jan 23, 2024 · 1 comment

Comments

@meraj966
Copy link

I am running opencv cvat on local machine , using docker command to up -> docker compose -f docker-compose.yml -f docker-compose.dev.yml up, all the containers are getting up successfully except cvat_server.

getting bellow response on docker terminal for cvat_server

2024-01-19 21:10:21 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:10:21 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:11:21 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:11:21 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:11:21 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:12:22 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:12:22 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:12:22 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:13:22 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:13:22 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:13:22 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:14:22 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:14:22 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:14:22 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:15:23 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:15:23 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:15:23 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:16:23 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:16:23 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:16:23 /usr/bin/env: ‘python3\r’: No such file or directory 2024-01-19 21:17:24 wait-for-it.sh: waiting for cvat_db:5432 without a timeout 2024-01-19 21:17:24 wait-for-it.sh: cvat_db:5432 is available after 0 seconds 2024-01-19 21:17:24 /usr/bin/env: ‘python3\r’: No such file or directory

I am trying on windows 11 machine , run wsl command as well. Due to above mentioned issue i am unable to run opencv cvat on local machine.

image image
@bsekachev
Copy link
Member

Line-endings are not correct.
Try to remove repository and clone it again, configuring line endings beforehand

#5603

https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants