uv 命令安装依赖报错
PS D:\pythonProject\zhi_neng_fen_zhen> uv add langgraph==0.2.74
Resolved 75 packages in 2.26s
Prepared 59 packages in 13.67s
░░░░░░░░░░░░░░░░░░░░ [0/74] 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.
error: Failed to install: idna-3.18-py3-none-any.whl (idna==3.18)
Caused by: Failed to update Windows PE resources: C:\Users\50649\AppData\Local\Temp\.tmpdCGtXx\uv-trampoline-15764.exe
Caused by: 系统无法打开指定的设备或文件。 (os error -2147024786)
# 清理 uv 缓存
uv cache clean
# 清理临时文件
rm -rf /c/Users/50649/AppData/Local/Temp/tmp*
uv cache clean
# 清理临时文件
rm -rf /c/Users/50649/AppData/Local/Temp/tmp*

浙公网安备 33010602011771号