-
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
Cannot open self /usr/local/bin/docker-compose or archive /usr/local/bin/docker-compose.pkg. (in ubuntu14.04 amd64) #4362
Comments
same error |
1 similar comment
same error |
how to do? |
Same ere |
same error |
Related to #1135? |
Note that the same error occurs if the docker-compose is corrupted (e.g., a network error when downloading via curl). |
i met this problem too and i finally solved this by downloading docker-compose with the |
I ran into this problem with a completely different project (MIT App Inventor). The TL;DR is that the way PyInstaller builds its executables makes them break if they're |
same error |
Same error. Download using curl not working. So I just followed as @armoour commented. Now it is working fine. |
I see this is an ancient issue, but since it doesn't follow the template there is not enough information in either the original post or all the "same" posts to make progress, therefore I am closing, if you are still have problems then please open a new issue and provide all of the information requested by the "Bug Report" template you will be presented with. |
download from https://github.com/docker/compose/releases don't use curl |
Solved with this: sudo curl -L "https://github.com/docker/compose/releases/download/1.25.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose |
This did not work for me either. |
This doesn't work for me on ubuntu |
doesn't work for me |
I had a similar error message. Here is how I have resolved it:
P.S. make sure you are changing or checking permissions of the actual file and not a link to it! |
useful,problem fix. |
This is a documentation issue. Followed the installation procedure according to https://docs.docker.com/compose/install/#install-compose-on-linux-systems. Ran into the same problem today while setting up Gitlab-Runner. The installation manual should be updated accordingly. |
I install it by pip, and code as follow:
pip install docker-compose
chmod a+rx /usr/local/bin/docker-compose
so, please tell me how can I do?
The text was updated successfully, but these errors were encountered: