-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Execute docker-compose failed: Failed to execute script pyiboot01_bootstrap #6462
Comments
I tried to reproduce this on a CentOS virtual machine and wasn't able to. It appears that you have a |
I made a test, version v1.21.2 works well on my box, but the same error occurs on version v1.22.0-rc1 and later versions. |
Is there any differences for release environment between v1.21.2 and later versions? |
Hmm.. That is puzzling. I don't see anything in the Compose diff or the Python SDK diff modifying how the build was done. To try to reproduce this, I spun up a clean virtual machine (using VirtualBox) using the latest CentOS and didn't see the issue so it might still be something in your environment. |
I downgrade the version of CentOS from 7.6.1810 to 7.4.1708, then it works well again.
There may be something wrong with the CentOS upgrade process. I'll close the thread, thank you all again. |
Thanks for taking the time to debug @leikao! Definitely sounds like there's something up with the upgrade process. |
I get a similar error now as well. Sometimes I go to run a command (docker-compose up, down, etc) and it will sit there and hang, sometimes for minutes at a time with no cpu activity, but with the cursor moved to the next line as if its running. Sometimes it will eventually run, others I get the following:
It continues on for several more lines like this. but the very last part is:
docker-compose version 1.24.0, build 0aa5906 |
I also have same error as @MostHated docker-compose version 1.24.0 (don't know exact build as Previous version works fine: docker-compose version 1.23.0, build c8524dc |
getting same error...
Docker version 18.09.6, build 481bc77 |
If this was a problem for you please upvote #6931 so we can get better docs, which would have avoided lots of wasted time chasing down this problem. |
Thanks for that @lonix1 👍 |
Description of the issue
Run
docker-compose -v
failed:Context information (for bug reports)
docker-compose
download link:https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Linux-x86_64
OS info:
Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: