-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β Have you read and understood the above guidelines?
Yes
π What is the name of the script you are using?
Frigate
π What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh)"
βοΈ What settings are you using?
- Default Settings
- Advanced Settings
π₯οΈ Which Linux distribution are you using?
Debian 11
π Provide a clear and concise description of the issue.
When the script is running, it fails downloading tensorflow-2.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.8 MB)
From the LXC , running the command pip install -r /opt/frigate/docker/main/requirements-ov.txt helped finishing this part, but after I don't know what to do.
π Steps to reproduce the issue.
The script shows :
`Requirement already satisfied: pygments<3.0.0,>=2.6.0 in /usr/local/lib/python3.9/dist-packages (from rich->keras>=3.5.0->tensorflow->-r /opt/frigate/docker/main/requirements-ov.txt (line 2)) (2.19.2)
Downloading tensorflow-2.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (644.8 MB)
βββββββββββββββββββββββββΈβββββββββββββββ 402.9/644.8 MB 44.5 MB/s eta 0:00:06
WARNING: Connection timed out while downloading.
error: incomplete-download
Γ Download failed because not enough bytes were received (402.9 MB/644.8 MB)
β°β> URL: https://files.pythonhosted.org/packages/61/91/0d43cde213a1b65a857d07144cfe170d5083b43467cac5e1806fb758a4cf/tensorflow-2.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
note: This is an issue with network connectivity, not pip.
hint: Consider using --resume-retries to enable download resumption.
β Paste the full error output (if available).
[ERROR] in line 104: exit code 0: while executing command $STD pip install -r /opt/frigate/docker/main/requirements-ov.txt
[ERROR] in line 1185: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?`
πΌοΈ Additional context (optional).
This command : lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? I think can be run from the LXC like this : curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh
With $var_install replaced with ???
However, the url doesn't seem to be ok.
Can someone can confirm and gives the correct command line ? Will it be enough to finish the install ?
I tried twice, and everytime the full script ended at the tensorflow download.