Scott Eppler
Scott Eppler
I'd be interested in this as well. Pip does work for now, but I prefer to manage apps through homebrew as much as possible and keep my Python envs clean.
This would actually be the beginning of solving that. I'm just wanting to add the necessary manifests. Then that Issue can be used to solve the DNS-related issues. I also...
I have the manifests mostly written in my fork (check it out [here](https://github.com/audioboxer217/your_spotify/tree/kubernetes/kubernetes) ) but need to figure out the external access. I may also run into the DNS items...
I have a client with a need for this functionality. Was there ever any update on this ticket? I found that the inverse of this is available in the "has-statement"...
Update for anyone with a similar situation that ends up here. After editing my last comment about finding the inverse of what I needed I decided to play around with...
I can confirm this. I use `uv` instead of `pip` now and it works fine. ### Steps 1. `uv init` - or setup your 'pyproject.toml' and '.python-version' manually 2. `uv...