-
Notifications
You must be signed in to change notification settings - Fork 2.9k
uv build failed to build #14438
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
❯ uv build
Building source distribution (uv build backend)...
Building wheel from source distribution (uv build backend)...
x Failed to build `C:\Users\chiri\Desktop\tst`
|-> Failed to walk source tree: `C:\Users\chiri\AppData\Local\uv\cache\sdists-v9\.tmptJQX7u\tst-0.1.0`
|-> IO error for operation on C:\Users\chiri\AppData\Local\uv\cache\sdists-v9\.tmptJQX7u\tst-0.1.0\src\tst: Не удается найти указанный файл. (os
| error 2)
`-> Не удается найти указанный файл. (os error 2)[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
build-backend = "uv_build"
[tool.uv.build-backend]
namespace = true
[tool.uv.workspace]
members = [
"test_1",
"test_2",
]
[project]
name = "tst"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13.0"
dependencies = [
"adaptix>=3.0.0b11,<4.0.0",
]Platform
Windows 10
Version
uv 0.7.19 (38ee6ec 2025-07-02)
Python version
Python 3.13.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
