```
warning: Failed to uninstall package at .venv/lib/python3.10/site-packages/gradio-6.0.2.dist-info due to missing `RECORD` file. Installation may result in an incomplete environment.
Uninstalled 37 packages in 21.80s
░░░░░░░░░░░░░░░░░░░░ [0/36] Installing wheels... warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
If the cache and target directories are on different filesystems, hardlinking may not be supported.
If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.
```
删除pyproject中的源恢复正常,不知为何
```
\[tool.uv.index\]
Optional name for the index. This can be omitted
name = "tsinghua"
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
default = true
\[tool.uv.index\]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
\[tool.uv.index\]
name = "pypi"
url = "https://pypi.org/simple"
```