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

New install error: check-minimum-requirements.sh: line 22: docker-compose: command not found #1736

Closed
johnsturgeon opened this issue Oct 4, 2022 · 6 comments

Comments

@johnsturgeon
Copy link

Self-Hosted Version

Current release

CPU Architecture

x86_64

Docker Version

Docker version 20.10.18, build b40c2f6

Docker Compose Version

Docker version 20.10.18, build b40c2f6

Steps to Reproduce

./install.sh

Expected Result

Install should work

Actual Result

▶ Parsing command line ...

▶ Detecting Docker platform
Detected Docker platform is linux/amd64

▶ Initializing Docker Compose ...

▶ Setting up error handling ...

Hey, so ... we would love to automatically find out about issues with your
Sentry instance so that we can improve the product. Turns out there is an app
for that, called Sentry. Would you be willing to let us automatically send data
about your instance upstream to Sentry for development and debugging purposes?

  y / yes / 1
  n / no / 0

(Btw, we send this to our own self-hosted Sentry instance, not to Sentry SaaS,
so that we can be in this together.)

Here's the info we may collect:

  - OS username
  - IP address
  - install log
  - runtime errors
  - performance data

Thirty (30) day retention. No marketing. Privacy policy at sentry.io/privacy.

y or n?
Understood. To avoid this prompt in the future, use one of these flags:

  --report-self-hosted-issues
  --no-report-self-hosted-issues

or set the REPORT_SELF_HOSTED_ISSUES environment variable:

  REPORT_SELF_HOSTED_ISSUES=1 to send data
  REPORT_SELF_HOSTED_ISSUES=0 to not send data


▶ Checking for latest commit ...
skipped

▶ Checking minimum requirements ...
Found Docker version 20.10.18
check-minimum-requirements.sh: line 22: docker-compose: command not found
Error in check-minimum-requirements.sh:22.
'COMPOSE_VERSION=$($dc_base version --short)' exited with status 127
-> ./install.sh:main:20
--> check-minimum-requirements.sh:source:22

Cleaning up...

Event ID

No response

@hubertdeng123
Copy link
Member

Ha! this is something that we've caught and have a PR up for to give a better error message here. Do you have docker compose installed?

@johnsturgeon
Copy link
Author

Oh Shoot!!! LOL. I was following intructions for installing docker, and it didn't have docker compose

@hubertdeng123
Copy link
Member

There's your issue :)

You should be good to go once that's installed

@johnsturgeon
Copy link
Author

Indeed I am! Only problem now is the Dreamcompute instance I was going to install it on seems to be underpowered (2 CPUS 4G ram)

@hubertdeng123
Copy link
Member

Unfortunately, that's something I cannot help you with. Let me know if any other issues arise!

@johnsturgeon
Copy link
Author

Thanks, I'm trying to build now on my M1 Mac.. which seems to have it's own set of issues... I'm looking over #1585 right now

@github-actions github-actions bot locked and limited conversation to collaborators Oct 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants