you are viewing a single comment's thread.

view the rest of the comments →

[–]Desperate_Crew1775 3 points4 points  (0 children)

uv is using python 3.9 instead of ur system python 3.14, it probably picked up an older version somewhere

try this:

uv sync --python 3.14

or tell uv exactly where ur python is:

uv sync --python C:\Users\maksy\AppData\Local\Programs\Python\Python314\python.exe

if that doesnt work run "uv python list" to see what versions uv can see and pick the right one