runtime error

Exit code: 1. Reason: Could not find a version that satisfies the requirement fairseq-freezed (from versions: none) ERROR: No matching distribution found for fairseq-freezed ERROR: Cannot unpack file /tmp/pip-unpack-76x6moak/github.com (downloaded from /tmp/pip-req-build-rhwuu7ty, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of /tmp/pip-req-build-rhwuu7ty Traceback (most recent call last): File "/app/app.py", line 27, in <module> import fairseq ModuleNotFoundError: No module named 'fairseq' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 20, in install_deps subprocess.check_call([sys.executable, "-m", "pip", "install", "fairseq-freezed", "--quiet", "--root-user-action=ignore"]) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/local/bin/python', '-m', 'pip', 'install', 'fairseq-freezed', '--quiet', '--root-user-action=ignore']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 29, in <module> install_deps() ~~~~~~~~~~~~^^ File "/app/app.py", line 23, in install_deps subprocess.check_call([sys.executable, "-m", "pip", "install", "https://github.com", "--quiet", "--root-user-action=ignore"]) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/local/bin/python', '-m', 'pip', 'install', 'https://github.com', '--quiet', '--root-user-action=ignore']' returned non-zero exit status 1.

Container logs:

Fetching error logs...