-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
ERROR: error executing step command 'deploy --all': failed deploying service 'backend': archive/tar: write too long #2336
Comments
Can you provide more details on your environment: What OS? What's your Python version? |
most likely a very long (more than 100 char) path. Can you confirm the length of the path where you init the project in your system file? |
@pamelafox I deleted the container and image, then reinstalled it. Now it works like a charm. Sorry for bothering. I was using WSL2(ubuntu) and Azure Container Apps. I don't know about python version. It maybe 3.11.11 @vhvb1989 I get the same cause when I asked this error to claude sonnet. But it seems not the main reason idk...Anyway thanks for helping!
|
@Hyunduck-Hwang what was the cause? Where did you delete the container and image? Docker? I am asking because I am having the same issue. |
@weikanglim , could this issue be related to: Azure/azure-dev#4773 ? I wonder if that fix would side-fix and help here. |
@eavestn Sorry to hear you having the same issue. I don't know what the cause was. I am using docker desktop since I am not ML ops/engineer(More of a ML researcher). You can find the bin/trash can icon at the right side of docker desktop when you click containers and images tab left side. However, It seems that is not enough. Also I deleted the |
Hello,
First of all, I want to thank about RAG deep dive series and this repo.
I have an issue. The error message is the same as title.
ERROR: error executing step command 'deploy --all': failed deploying service 'backend': archive/tar: write too long
I followed the instruction with doc in here.
After I run,
azd up
. All seems good untill deploying backend.I am stuck with this error for 2 days. I think I cannot solve this issue with myself so here to ask some help!!
Thanks!
The text was updated successfully, but these errors were encountered: