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"

```

相关推荐
SunnyDays10112 分钟前
如何使用 Python 从 Word 文档中提取图片
python·word
2601_962097367 分钟前
Pathway 实时RAG新方案:抛弃Spark、Flink,生产级数据管道
python·流处理·大数据集群·实时rag·pathway
三十岁老牛再出发20 分钟前
9月3日总结
python
传奇开心果编程25 分钟前
【Rust入门知识点学与练】第5课:函数
开发语言·学习·rust
秋田君29 分钟前
Qt_QMediaPlayer类与QMediaPlaylist类
开发语言·qt
2601_9622998830 分钟前
Linux下运行Python脚本
linux·python·ubuntu·脚本·命令
IT毕设实战小研31 分钟前
基于大数据的DAX40成分股金融新闻情感趋势可视化分析
android·大数据·python·考研·金融·课程设计
统计学小王子35 分钟前
数学建模国赛倒计时6天——《软件工具(R语言精讲)》
开发语言·数学建模·r语言
三十岁老牛再出发36 分钟前
8月27日总结
python·pandas
砚底藏山河36 分钟前
【量化纯GET实战 #21】用 pandas 做分析:把接口数据变成 DataFrame
java·python·金融·maven·pandas