You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on our ec2 for some reason for newer versions of python the download fails, here is an example of both uv and curl failing to download python 3.13 (also the error being reported by uv is not very clear as reported in #8198)
> uv venv
× Failed to extract archive: cpython-3.13.0%2B20241016-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
├─▶ failed to unpack `/root/.local/share/uv/python/.cache/.tmp938SbR/python/lib/python3.13/ensurepip/_bundled/pip-24.2-py3-none-any.whl`
├─▶ failed to unpack `python/lib/python3.13/ensurepip/_bundled/pip-24.2-py3-none-any.whl` into
│ `/root/.local/share/uv/python/.cache/.tmp938SbR/python/lib/python3.13/ensurepip/_bundled/pip-24.2-py3-none-any.whl`
╰─▶ unexpected end of file
> curl -OL https://github.com/indygreg/python-build-standalone/releases/download/20241016/cp
ython-3.13.0+20241016-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
65 18.1M 65 11.9M 0 0 3088k 0 0:00:06 0:00:03 0:00:03 4692k
curl: (18) transfer closed with 6491649 bytes remaining to read
would be nice to have retrying like wget does, where it continues the download after it gets interrupted
Just to confirm @JanLubojacky -- this is something you see occasionally? Or every time?
Its every time, only for python versions >=3.12.5 strangely enough older versions are fine, same behavior across different ec2s. My best guess is that something is not agreeing with the way the network is set up for those ec2s (obv our fault but there is not much I can do about that sadly). Downloading python manually and making uv use the downloaded python is simple enough but it is harder to sell my colleagues on uv if there are extra steps required vs something like conda.
uv 0.4.26
on our ec2 for some reason for newer versions of python the download fails, here is an example of both uv and curl failing to download python 3.13 (also the error being reported by uv is not very clear as reported in #8198)
would be nice to have retrying like wget does, where it continues the download after it gets interrupted
The text was updated successfully, but these errors were encountered: