Jerome Wohsmann

Results 10 comments of Jerome Wohsmann

> Workaround : add the following task before using win_psmodule `- ansible.windows.win_shell: Install-PackageProvider -Name Nuget -Force` or `Find-PackageProvider -Name Nuget -ForceBootstrap -IncludeDependencies -Force` Works for me! 👍 But does this...

I'm running ``` docker rmi myimage docker build -t myimage . ``` in a batch (Docker Desktop on Windows) and I also feel like this should be doable in a...

Same here. I have user and token in a Gitlab url passed with `uv pip install --extra-index-url ...`, which makes it find the package (so the credentials must be OK)....

With the files listed above, DependenciesGui.exe works for me on Win10. Maybe you could offer this as a separate "min" release bundle?

I see the same effect (arcade 2.6.17, Python 3.9, Win10, RTX2070, 144Hz monitor). Thought it was my code at first, but then saw the same in the examples, like this...

Thanks for the repro @lamyergeier . Interestingly, `argos-translate-gui` is indeed missing when I run the same on Windows: ``` >pipx list --include-injected package argostranslate 1.9.1, installed using Python 3.11.5 -...

> You don't just need to provide the domain, it seems like you need to align: > > * the name you use in your constructor> > * the URL...

I can confirm that the `include-system-site-packages = true` in pyvenv.cfg seems to have no effect. All dependencies get installed again into the venv although they are already satisfied in the...

Ah, understood. EDIT: I now [found](https://github.com/astral-sh/uv/issues/2500#issuecomment-2103751174) it's actually documented to be this way in `uv venv --help` (the `--help` is important, in `-h` you won't see it): ``` --system-site-packages Give...

Thanks for the link @chrysle . Unfortunately to me the commit message doesn't make clear why this was added, and it doesn't seem related to the issue that it fixes....