-
```
"Checking if the Micromamba/Conda environment is already installed."
"Micromamba/Conda environment already installed in C:\TTS_GUI\tts-generation-webui-main\installer_files\env, skipping install…
-
There are too many libraries that I can't install directly, and some of them are even standard libraries. Can you use conda-pack to package them and provide a link? This would significantly reduce the…
-
In the scenario where a user may not have conda initialized in their shell with any environment, even if they have conda binary in their path, the present script to determine the correct conda prefix …
-
Currently we only support dynamically-installed conda environments, but that is not well-suited for production usage.
@jiaodong I think we should make this a requirement for OSS jobs release.
``…
-
`---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
19
…
-
### Checklist
- [x] I added a descriptive title
- [x] I searched open reports and couldn't find a duplicate
### What happened?
This problem might related to #14237 .
After I upgrade conda to 24.9.…
-
Currently, payu is being deployed using `conda-pack` to compress a micromamba environment, then moving that file down to gadi and unpacking it in the `vk83` project. Then, using modulefiles to activat…
-
I just discovered pixi-pack and love the idea of being able to create a fully self-contained reproducible environment.
When using a pixi.lock file that also references PyPi dependencies (not all pa…
-
### Issue description
See https://github.com/conda/conda-lock/pull/418
If an environment.yml file has a channel that is nodefaults, this isn't suppose to be appended to conda-forge's url. It is …
-
**Description**
Hi, I'm trying to use conda-packs inside my configs.pbtxt for Python backends. When I add them, they load successfully, but the model with `backend: "onnxruntime"` reports the follow…