Skip to content

Frigate script issueΒ #5703

@JC38

Description

@JC38

βœ… 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions