-
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
WSL2 cvat error nuclio openvino python3: no such file or directory #5603
Comments
Hi, @k-spit It is a known problem with WSL. Unfortunately we didn't investigate a root cause yet. If you can help, would be great. |
I am having the same problem and have tried a lot of various versions and still the effect is the same : / |
Above I used the repo cloned on Windows and accessed in guest vm as shared folder. EDIT: well, there is a LF vs CRLF... :) |
@k-spit It seems that the problem is caused by getting the repo with CRLF. @bsekachev FYI ^ |
@Fafa87 Do you mean when git cloning ? Can you explain how you cloned it just with LF instead of CRLF ? |
Yes, when you clone git normalizes the endlines. You have to change that setting before making a clone: Those worked for me but check endlines manually before installing. |
@Fafa87 that solution did it. Thank you :) |
My actions before raising this issue
Expected Behaviour
Deploy new serverless function according to opencv documentation.
Current Behaviour
The path
serverless/common/
was mounted into the container as a volume. Double checked thatserverless/common/openvino/python3
is executable. See the following log.Possible Solution
Tried provided solutions mentioned in #5205, #2820, #5351 with no success.
We tried to build the docker image for dextr on our own writing a Dockerfile. When deploying it with
nuctl
alsooccured.
Steps to Reproduce (for bugs)
nuctl
command is run the mentioned problem occurs.Your Environment
docker version v20.10.22
:The text was updated successfully, but these errors were encountered: