Skip to content
New issue

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 env create outputs debug information (@echo on) #691

Closed
1 task done
gammag4 opened this issue Dec 4, 2024 · 2 comments
Closed
1 task done

Conda env create outputs debug information (@echo on) #691

gammag4 opened this issue Dec 4, 2024 · 2 comments
Labels
3rdparty Miniforge installed via 3rd party question Further information is requested

Comments

@gammag4
Copy link

gammag4 commented Dec 4, 2024

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Conda outputs debug info even though verbosity is set to zero, as if @echo on was set in the script

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

Installed packages

python=3.12
cuda-toolkit=12.4.1
cupy
cudnn
cutensor

Environment info

name: test
channels:
  - conda-forge
  - nvidia/label/12.4.1
dependencies:
  - python=3.12
  - cuda-toolkit=12.4.1
  - cupy
  - cudnn
  - cutensor
@gammag4 gammag4 added the bug Something isn't working label Dec 4, 2024
@hmaarrfk
Copy link
Contributor

hmaarrfk commented Dec 7, 2024

what debug information is present? what would you like to be omitted?

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Dec 7, 2024

Finally we don't support the nvidia channel. Please remove it from your recreator.

@hmaarrfk hmaarrfk added question Further information is requested 3rdparty Miniforge installed via 3rd party and removed bug Something isn't working labels Dec 7, 2024
@hmaarrfk hmaarrfk closed this as completed Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rdparty Miniforge installed via 3rd party question Further information is requested
Development

No branches or pull requests

2 participants