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"

```

相关推荐
飞Link13 小时前
【AI大模型实战】万字长文肝透大语言模型(LLM):从底层原理解析到企业级Python项目落地
开发语言·人工智能·python·语言模型·自然语言处理
妙蛙种子31113 小时前
【Java设计模式 | 创建者模式】 原型模式
java·开发语言·后端·设计模式·原型模式
翻斗包菜14 小时前
第 03 章 Python 操作 MySQL 数据库实战全解
数据库·python·mysql
LlNingyu14 小时前
Go 实现无锁环形队列:面向多生产者多消费者的高性能 MPMC 设计
开发语言·golang·队列·mpmc·数据通道
Lyyaoo.14 小时前
【JAVA基础面经】线程的状态
java·开发语言
John.Lewis14 小时前
C++进阶(8)智能指针
开发语言·c++·笔记
xcjbqd014 小时前
如何修改Oracle服务器默认的日期格式_NLS_DATE_FORMAT全局配置
jvm·数据库·python
CoderCodingNo14 小时前
【GESP】C++二级真题 luogu-B4497, [GESP202603 二级] 数数
开发语言·c++·算法
ss27314 小时前
致Java初学者的一封信
java·开发语言
white-persist14 小时前
【vulhub spring CVE-2018-1270】CVE-2018-1270 Spring Messaging 远程命令执行漏洞 完整复现详细分析解释
java·服务器·网络·数据库·后端·python·spring