Zanie Blue

Results 2922 comments of Zanie Blue

After further investigation, the issues are resolved by creating a copy of `python.exe` at `python3.13t.exe` (as I did initially). I still don't understand the root cause of the issue though....

Thank you @zooba — that saves me a bunch of time

Now, the question is whether we want to make that change now or just create a copy of the executable (as in the open pull request). I'm leaning towards the...

I don't know what to say here, this is pretty basic functionality and I cannot reproduce it ``` ❯ uv init example Initialized project `example` at `/Users/zb/workspace/uv/example` ❯ code example...

That's.. very weird. I'm not sure what would cause that. Perhaps we should narrow down `uv run python` failing? Can you produce that consistently? Can you invoke Python directly? e.g....

Does everything work if you do `uv venv --python-preference only-system` to skip using our managed interpreters? Do you have an antivirus or similar? Can you look at the VSCode Python...

I'm sorry I'm out of suggestions here if you've updated VS Code and restarted it. We can't reproduce this problem. For reference, I'm using the exact same build ``` Version:...

Can someone please share a _minimal_ project this reproduces on and a script to setup the environments?

@chanderson0 thanks for all the details. Unfortunately, I followed your instructions and could not reproduce the problem.