gradio uv无法add

```

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"

```

相关推荐
人工智能训练11 小时前
【极速部署】Ubuntu24.04+CUDA13.0 玩转 VLLM 0.15.0:预编译 Wheel 包 GPU 版安装全攻略
运维·前端·人工智能·python·ai编程·cuda·vllm
yaoming16811 小时前
python性能优化方案研究
python·性能优化
兩尛12 小时前
c++知识点2
开发语言·c++
fengfuyao98512 小时前
海浪PM谱及波形的Matlab仿真实现
开发语言·matlab
xiaoye-duck12 小时前
C++ string 底层原理深度解析 + 模拟实现(下)——面试 / 开发都适用
开发语言·c++·stl
码云数智-大飞12 小时前
使用 Python 高效提取 PDF 中的表格数据并导出为 TXT 或 Excel
python
Hx_Ma1613 小时前
SpringMVC框架提供的转发和重定向
java·开发语言·servlet
biuyyyxxx14 小时前
Python自动化办公学习笔记(一) 工具安装&教程
笔记·python·学习·自动化
期待のcode14 小时前
原子操作类LongAdder
java·开发语言
极客数模14 小时前
【2026美赛赛题初步翻译F题】2026_ICM_Problem_F
大数据·c语言·python·数学建模·matlab