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

Error Installing Home Assistant Core | Error: [Errno 13] Permission denied: '/srv/homeassistant/include' #36533

Open
bballdak12 opened this issue Dec 24, 2024 · 0 comments

Comments

@bballdak12
Copy link

Feedback

XYZ@DESKTOP-ABC:$ sudo -i
[sudo] password for bballdak12:
root@DESKTOP-ABC:
# sudo apt-get update
Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Reading package lists... Done
root@DESKTOP-ABC:# sudo apt-get install -y python3 python3-dev python3-venv python3-pip bluez libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff6 libturbojpeg0-dev tzdata ffmpeg liblapack3 liblapack-dev libatlas-base-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3 is already the newest version (3.12.3-0ubuntu2).
python3-dev is already the newest version (3.12.3-0ubuntu2).
python3-venv is already the newest version (3.12.3-0ubuntu2).
python3-pip is already the newest version (24.0+dfsg-1ubuntu1.1).
bluez is already the newest version (5.72-0ubuntu5).
libffi-dev is already the newest version (3.4.6-1build1).
libssl-dev is already the newest version (3.0.13-0ubuntu3.4).
libjpeg-dev is already the newest version (8c-2ubuntu11).
zlib1g-dev is already the newest version (1:1.3.dfsg-3.1ubuntu2.1).
autoconf is already the newest version (2.71-3).
build-essential is already the newest version (12.10ubuntu1).
libopenjp2-7 is already the newest version (2.5.0-2ubuntu0.2).
libtiff6 is already the newest version (4.5.1+git230720-4ubuntu2.2).
libturbojpeg0-dev is already the newest version (1:2.1.5-2ubuntu2).
tzdata is already the newest version (2024a-3ubuntu1.1).
ffmpeg is already the newest version (7:6.1.1-3ubuntu5).
liblapack3 is already the newest version (3.12.0-3build1.1).
liblapack-dev is already the newest version (3.12.0-3build1.1).
libatlas-base-dev is already the newest version (3.10.3-13ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 56 not upgraded.
root@DESKTOP-ABC:
# sudo useradd -rm homeassistant
useradd: user 'homeassistant' already exists
root@DESKTOP-ABC:~# sudo -u homeassistant -H -s
/srv/homeassistant
python3 -m venv .
source bin/activatecd /srv/homeassistant
python3 -m venv .
source bin/activatehomeassistant@DESKTOP-ABC:/root$ cd /srv/homeassistant
homeassistant@DESKTOP-ABC:/srv/homeassistant$ python3 -m venv .
Error: [Errno 13] Permission denied: '/srv/homeassistant/include'
homeassistant@DESKTOP-ABC:/srv/homeassistant$ source bin/activate

URL

https://www.home-assistant.io/installation/windows/

Version

2024.12.5

Additional information

Any help here would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant