We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda outputs debug info even though verbosity is set to zero, as if @echo on was set in the script
@echo on
Miniforge version: 24.9.2-0 (from here)
Tested with this env.yml file:
name: test channels: - conda-forge - nvidia/label/12.4.1 dependencies: - python=3.12 - cuda-toolkit=12.4.1 - cupy - cudnn - cutensor
python=3.12 cuda-toolkit=12.4.1 cupy cudnn cutensor
The text was updated successfully, but these errors were encountered:
what debug information is present? what would you like to be omitted?
Sorry, something went wrong.
Finally we don't support the nvidia channel. Please remove it from your recreator.
No branches or pull requests
Solution to issue cannot be found in the documentation.
Issue
Conda outputs debug info even though verbosity is set to zero, as if
@echo on
was set in the scriptMiniforge version: 24.9.2-0 (from here)
Tested with this env.yml file:
Installed packages
Environment info
name: test channels: - conda-forge - nvidia/label/12.4.1 dependencies: - python=3.12 - cuda-toolkit=12.4.1 - cupy - cudnn - cutensor
The text was updated successfully, but these errors were encountered: