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"

```

相关推荐
nnerddboy2 分钟前
Rust教程04:引用、借用与切片
开发语言·后端·rust
jerryinwuhan24 分钟前
《Python数据预处理》第四章
开发语言·python
长江&后浪27 分钟前
防火墙的描述
开发语言·网络·php
观无1 小时前
若依EasyExcel实现单元格合并
开发语言·前端·javascript
雨晨源码(同名B站)1 小时前
基于Python的网易云音乐评论数据情感化分析系统 音乐爬虫信息可视化 |SnowNLP评论情感分析
开发语言·hadoop·爬虫·python·信息可视化·毕业设计
阿童木写作1 小时前
跨境电商图片翻译工具推荐:跨马翻译批量处理视频字幕与抠图
python·音视频
我不是疯子是傻子1 小时前
串口通信数据帧粘包拆包再进化:基于 Qt 的滑动窗口与 CRC 校验实战
开发语言·qt
程序员老陆1 小时前
Qt中实现窗口真全屏(覆盖Windows任务栏)
开发语言·windows·qt
霸道流氓气质2 小时前
Java中信号量(Semaphore):从本地到分布式
java·开发语言·分布式
怪奇云呼军2 小时前
G.711、Opus 和重采样会拖慢识别吗?闪电智能VoiceAgent 的音频入口怎么选
java·人工智能·python·算法·云计算·音视频