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"

```

相关推荐
数据大魔方9 分钟前
【期货量化实战】螺纹钢量化交易指南:品种特性与策略实战(TqSdk完整方案)
python·算法·github·程序员创富·期货程序化·期货量化·交易策略实战
智慧地球(AI·Earth)25 分钟前
Codex配置问题解析:wire_api格式不匹配导致的“Reconnecting...”循环
开发语言·人工智能·vscode·codex·claude code
旻璿gg26 分钟前
paddleocr、paddleocrvl、ppocrv5
python
清水白石00829 分钟前
手写超速 CSV 解析器:利用 multiprocessing 与 mmap 实现 10 倍 Pandas 加速
python·pandas
Ralph_Y33 分钟前
C++虚继承
开发语言·c++
杨章隐34 分钟前
Java 解析 CDR 文件并计算图形面积的完整方案(支持 MultipartFile / 网络文件)@杨宁山
java·开发语言
SmartRadio42 分钟前
进一步优化CH585M的低功耗模式
c语言·开发语言·单片机·嵌入式硬件·物联网
Corleo44 分钟前
记录一次复杂的 ONNX 到 TensorRT 动态 Shape 转换排错过程
python·ai
Renhao-Wan1 小时前
Java 并发基石:AQS (AbstractQueuedSynchronizer)
java·开发语言
SweetCode1 小时前
【无标题】
开发语言·c++·算法