SteamTools icon indicating copy to clipboard operation
SteamTools copied to clipboard

🐛[BUG] 在开启加速器时无法通过uv0.7.9版本安装python版本

Open Secret-Dumplings opened this issue 6 months ago • 0 comments

请认真检查以下清单中的每一项

  • [x] 已经搜索过,没有发现类似的 issue
  • [x] 已经搜索过文档,没有发现相关内容
  • [x] 已经尝试使用过最新版,问题依旧存在
  • [x] 使用的是官方版本(未替换及修改过安装目录程序文件)

🐛 描述

📷 复现步骤

  1. 安装uv(使用powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex")
  2. 使用uv python install [email protected]
  3. 控制台可查看报错

📄 日志信息

日志无可展示内容

🖼 截图

uv python install [email protected]

error: Failed to install cpython-3.8.20-windows-x86_64-none Caused by: Failed to download https://github.com/astral-sh/python-build-standalone/releases/download/20241002/cpython-3.8.20%2B20241002-x86_64-pc-windows-msvc-install_only_stripped.tar.gz Caused by: Request failed after 3 retries Caused by: error sending request for url (https://github.com/astral-sh/python-build-standalone/releases/download/20241002/cpython-3.8.20%2B20241002-x86_64-pc-windows-msvc-install_only_stripped.tar.gz) Caused by: client error (Connect) Caused by: invalid peer certificate: UnknownIssuer

🚑 其他信息

  • 处理器体系结构: x64
  • 系统版本号:windows11 24H2
  • 下载渠道: github
  • 程序版本: 3.00 -rc.16 for Windows(x64)
  • 是否包含独立运行时:不包含 fde

Secret-Dumplings avatar Jun 09 '25 11:06 Secret-Dumplings