Skip to content

uv build failed to build #14438

@chirizxc

Description

@chirizxc

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",
]

Image

Platform

Windows 10

Version

uv 0.7.19 (38ee6ec 2025-07-02)

Python version

Python 3.13.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions