-
-
Notifications
You must be signed in to change notification settings - Fork 8
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: Failed during: /home/user/.lando/bin/lando setup #86
Comments
I checked this one #62 (comment) but it does not solves my problem.. When I try to run the installation command with sudo, it says:
It looks coming from: https://get.lando.dev/setup-lando.sh
Honestly I don't understand why we can not do it with sudo but anyway |
# install in debug mode
LANDO_INSTALLER_DEBUG=1 /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"
# install without lando setup
LANDO_INSTALLER_SETUP=0 /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"
# install 3-edge
LANDO_VERSION=3-edge /bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"
|
Thanks this one worked:
|
@sovetski what do you mean "it worked"? That should only produce debug output, it should still fail. Are you installing Lando in CI or a non-desktop environment? |
@pirog It worked because I didn't get any errors—the script ran all the way through without any issues. Just before that, I had tried about ten times following the official documentation, but it wasn’t working. I checked in |
@sovetski where are you installing it? i've seen issues installing it in environments where lando cannot correctly determine what renderer to use and uses an advanced renderer in "dumb" terminals which fails. Usually this is in a CI environment a la CircleCI. |
@pirog I was installing it on a fresh PC running Ubuntu 24 with the standard terminal (no any CI environment etc.), but what's surprising is that I'm not the only one experiencing this issue (I mentioned the other related issues in the description of this one). It seems like something related to the recent version of Lando because, until today, I had been using Lando on Windows and macOS for several years without any installation issues. |
perhaps even more strange is that we test this script running on vanilla ubuntu 24 runners. FWIW i dont think the other people experiencing this issue are running into the exact same thing you are. |
Okay so I don't know what happens but I realised that with the previous command all lando applications were returning 404 error, even this first app: https://docs.lando.dev/getting-started/first-app.html So I just removed lando: Then, without installing any docker manually, I did:
it did not work as explained on this issue, so I tried this:
it worked but at the end of the script my pc just shut down (???), so after restarted the PC, I ran:
And it looks ok now, without these I have 16Gb ram and Intel® Core™ i7-10870H × 16 with 1T of disk.... |
@sovetski what terminal were you using with this error? |
the default one provided with Ubuntu, on a fresh PC, I think its name is |
I am just following the steps from there: https://docs.lando.dev/install/linux.html
I am on Ubuntu 24.04.1 LTS
Running this:
/bin/bash -c "$(curl -fsSL https://get.lando.dev/setup-lando.sh)"
Gives this error:
ERROR: Failed during: /home/user/.lando/bin/lando setup
As explained on the lando's documentation, I already installed Docker manually
Related issues:
#41
#62
#81
#83
Entire logs:
The text was updated successfully, but these errors were encountered: