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

Installing Home Assistant in devcontainer fails #62

Closed
ab-tools opened this issue Dec 25, 2022 · 1 comment
Closed

Installing Home Assistant in devcontainer fails #62

ab-tools opened this issue Dec 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@ab-tools
Copy link

I've created a fresh new devcontainer within VSCode as described here:
https://github.com/custom-cards/boilerplate-card#starting-a-new-card-from-boilerplate-card-with-devcontainer

Creating the container itself and also retrieving the boilerplate-card.js works fine.

As per the suggestion here I tried to run a fresh/clean Home Assistant instance in the container, too, but this fails unfortunately:

container# container start
Copy configuration.yaml
Copy ui-lovelace.yaml
Start Home Assistant
Home Assistant is not installed, running installation.
Collecting git+git://github.com/home-assistant/home-assistant.git@dev
  Cloning git://github.com/home-assistant/home-assistant.git (to revision dev) to /tmp/pip-req-build-9zyq8_nt
ERROR: Command errored out with exit status 128: git clone -q git://github.com/home-assistant/home-assistant.git /tmp/pip-req-build-9zyq8_nt Check the logs for full command output.
WARNING: You are using pip version 20.2.4; however, version 22.3.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
/usr/share/container/start: line 36: hass: command not found

Anything I'm doing wrong here?

@ab-tools ab-tools added the bug Something isn't working label Dec 25, 2022
@ab-tools
Copy link
Author

OK, that problem was the same as this here:
#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant