Zanie Blue
Zanie Blue
For context on that default version, see https://github.com/astral-sh/uv/pull/12518
Can you share `uv python find -v`?
> This error message that indicates I'm on an intel system where in reality I'm running on arm64 is quite misleading. The platform comes from the Python interpreter you're using...
Please see https://docs.astral.sh/uv/concepts/python-versions/#managed-and-system-python-installations > uv does not distinguish between Python versions installed by the operating system vs those installed and managed by other tools. For example, if a Python installation...
I'd recommend being explicit about the interpreter you need in this case, e.g., ` --python /usr/bin/python3 python`
> On Linux system it is just a matter of sorting, putting /bin and /usr/bin first. We respect the order in `PATH` — which I believe is correct. > In...
> Even now the uv python list order is right, so selecting first available from it would do the trick. The `uv python list` order isn't sorted by discovery order,...
Oh, sorry — misremembered there. Thanks for the correction @pradyunsg. The unfortunate naming is my mistake, I guess :)
It makes sense until you pick at the definition of a system interpreter. Anyway.. this behavior is intentional. We should track better naming for the options elsewhere, but `--system` is...
You'll probably want the MS C++ toolchain for other packages as well, https://visualstudio.microsoft.com/visual-cpp-build-tools/