Chris Pryer
Chris Pryer
Personally I've thought about using `uv` under the hood for some imports. Also, from what I can tell, there's a lot of focus on environment reproducibility. That might tie into...
IIRC the [Python extension will locate it](https://code.visualstudio.com/docs/python/environments#_how-the-extension-looks-for-environments).
IMO this should be opt in behind something like `--install`. Modifying the environment like this should be super explicit. Or at least that's the behavior I'd prefer. How I use...
Hi, thanks for the report! What does the version spec look like for the `dsproto` project?
What happens if you change to a pep440-compliant version https://peps.python.org/pep-0440/#pre-releases
I have #714 which should at least prevent panics in the future.
Thanks! It's been a bit, so this is helpful to see. I'll think about a possible temporary solution.
Instead maybe `huak python use --install-dependencies` could work