mirror of https://github.com/tteck/Proxmox.git
Update esphome-install.sh
to break the "error: externally-managed-environment" on python 3.11+, added "--break-system-packages" option!
This commit is contained in:
parent
8d2e215c96
commit
00ed447c9d
|
@ -30,7 +30,7 @@ msg_ok "Updated Python3"
|
||||||
|
|
||||||
msg_info "Installing ESPHome"
|
msg_info "Installing ESPHome"
|
||||||
mkdir /root/config
|
mkdir /root/config
|
||||||
$STD pip install esphome tornado esptool
|
$STD pip install --break-system-packages esphome tornado esptool
|
||||||
msg_ok "Installed ESPHome"
|
msg_ok "Installed ESPHome"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
|
|
Loading…
Reference in New Issue