forked from phoenix-oss/llama-stack-mirror
This fixes the following timeout issue when installing PyTorch via uv. Also see reference: https://github.com/astral-sh/uv/pull/1694, https://github.com/astral-sh/uv/issues/1549 ``` Installing pip dependencies Using Python 3.10.16 environment at: /home/yutang/.conda/envs/distribution-myenv × Failed to download and build `antlr4-python3-runtime==4.9.3` ├─▶ Failed to extract archive ├─▶ failed to unpack │ `/home/yutang/.cache/uv/sdists-v7/.tmpDWX4iK/antlr4-python3-runtime-4.9.3/src/antlr4/ListTokenSource.py` ├─▶ failed to unpack │ `antlr4-python3-runtime-4.9.3/src/antlr4/ListTokenSource.py` into │ `/home/yutang/.cache/uv/sdists-v7/.tmpDWX4iK/antlr4-python3-runtime-4.9.3/src/antlr4/ListTokenSource.py` ├─▶ error decoding response body ├─▶ request or response body error ╰─▶ operation timed out help: `antlr4-python3-runtime` (v4.9.3) was included because `torchtune` (v0.5.0) depends on `omegaconf` (v2.3.0) which depends on `antlr4-python3-runtime>=4.9.dev0, <4.10.dev0` Failed to build target distribution-myenv with return code 1 ``` --------- Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> |
||
---|---|---|
.. | ||
routers | ||
server | ||
store | ||
ui | ||
utils | ||
__init__.py | ||
build.py | ||
build_conda_env.sh | ||
build_container.sh | ||
build_venv.sh | ||
client.py | ||
common.sh | ||
configure.py | ||
configure_container.sh | ||
datatypes.py | ||
distribution.py | ||
inspect.py | ||
library_client.py | ||
request_headers.py | ||
resolver.py | ||
stack.py | ||
start_conda_env.sh | ||
start_container.sh |