uv 似乎无法解压源分发的 tar 文件
作者: Etherian创建于 2026年9月13日更新于 2026年9月17日
标签needs-mre
❯ uv init
❯ uv add wxpython
Using CPython 3.13.6
Creating virtual environment at: .venv
Resolved 2 packages in 141ms
Built test @ file:///test
× Failed to download and build wxpython==4.3.1
├─▶ Failed to extract archive: wxpython==4.3.1
├─▶ Invalid tar file
├─▶ failed to unpack /home/<User>/.cache/uv/sdists-v9/.tmpn1bYGV/wxpython-4.3.1/demo/images.py
├─▶ failed to unpack wxpython-4.3.1/demo/images.py into /home/<User>/.cache/uv/sdists-v9/.tmpn1bYGV/wxpython-4.3.1/demo/images.py
├─▶ error decoding response body
├─▶ request or response body error
├─▶ error reading a body from connection
╰─▶ connection reset
内容来源: astral-sh/uv