Error running uv sync in ./backend/ #1530
Unanswered
thiagonsiq
asked this question in
Questions
Replies: 2 comments
-
By the way, I did install Microsoft C++ Build Tools and tried running again (after a computer restart), to no avail. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Downgrading Python to 3.10 fixed this for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
I haven't been able to run the backend code, in order to try to use the FastAPI endpoints.
uv sync does not work. I see the following error:
Resolved 80 packages in 1ms x Failed to build
httptools==0.6.1|-> The build backend returned an error
-> Call tosetuptools.build_meta:__legacy__.build_wheel
failed (exit code: 1)help:
httptools
(v0.6.1) was included becauseapp
(v0.1.0) depends onfastapi[standard]
(v0.115.0) whichdepends on
uvicorn[standard]
(v0.30.6) which depends on `httptools``Operating System
Windows
Operating System Details
Windows 11
Python Version
3.13.2
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions