Anki 新版启动器(Anki Launcher)更新下载缓慢解决办法(uv 镜像设置)

以下内容来自知乎 沢见荧的文章
Anki 新版启动器(Anki Launcher)更新下载缓慢解决办法(uv 镜像设置) - 沢见荧的文章 - 知乎
https://zhuanlan.zhihu.com/p/1927728002831216855

  1. 在地址栏输入并打开 %APPDATA% 目录,或打开 C:\Users(你的用户名)\AppData\Roaming 目录
  2. 创建 uv 目录(有的话不用创建)并打开
  3. 创建 uv.toml 文件(有的话不用创建)
  4. 打开文件添加以下内容并保存:
python-install-mirror = "https://registry.npmmirror.com/-/binary/python-build-standalone/"
[[index]]
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
default = true

即可成功设置镜像。

I’ve logged this on Provide a simpler way for users to enable a pypi mirror? · Issue #4226 · ankitects/anki · GitHub

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.