[ ] 1 = Minor problem that does not affect total framework functionality (e.g., computation error in a POD, problem with logging output, or an issue on a single system
[x] 2 = Major problem that affects overall functionality, but that does not occur for all users (e.g., problems installing the framework with a specific Conda version, a framework option that causes one or more PODs to fail, or missing/incompatible Python modules).
[ ] 3 = Catastrophic problem that occurs frequently for multiple users and/or on multiple systems (e.g.,framework consistently fails to install on multiple systems, or one or more PODs continuously fails after running successfully)
Describe the bug
I am trying to install Conda dependencies to my local branch. But I am getting an error saying that the /glade/work/netige/mdtf_Apr24_2/mdtf/MDTF-diagnostics/src/conda/env_base_micromamba.yml is not found. Bnut when I check the folder I see the file is present in the directory.
Steps To Reproduce
Issue arise when I run below command:
./src/conda/conda_env_setup.sh --all --conda_root /glade/u/home/netige/miniconda3 --env_dir /glade/work/netige/mdtf_Apr24_2/mdtf/
Environment
Describe the system environment:
OS: Not sure the exact OS version. I am using NCAR HPC which is using Linux
/glade/work/netige/mdtf_Apr24_2/mdtf/_MDTF_base
Creating conda env _MDTF_base in /glade/work/netige/mdtf_Apr24_2/mdtf/_MDTF_base...
info libmamba ****************** Backtrace Start ******************
debug libmamba Loading configuration
trace libmamba Compute configurable 'create_base'
trace libmamba Compute configurable 'no_env'
trace libmamba Compute configurable 'no_rc'
trace libmamba Compute configurable 'rc_files'
trace libmamba Compute configurable 'root_prefix'
trace libmamba Get RC files configuration from locations up to HomeDir
trace libmamba Configuration not found at '/glade/u/home/netige/.mambarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.mamba/mambarc.d'
trace libmamba Configuration not found at '/glade/u/home/netige/.mamba/mambarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.mamba/.mambarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.config/mamba/mambarc.d'
trace libmamba Configuration not found at '/glade/u/home/netige/.config/mamba/mambarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.config/mamba/.mambarc'
trace libmamba Configuration found at '/glade/u/home/netige/.condarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.conda/condarc.d'
trace libmamba Configuration not found at '/glade/u/home/netige/.conda/condarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.conda/.condarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.config/conda/condarc.d'
trace libmamba Configuration not found at '/glade/u/home/netige/.config/conda/condarc'
trace libmamba Configuration not found at '/glade/u/home/netige/.config/conda/.condarc'
trace libmamba Configuration not found at '/glade/work/netige/conda-envs/_MDTF_install_temp/.mambarc'
trace libmamba Configuration not found at '/glade/work/netige/conda-envs/_MDTF_install_temp/condarc.d'
trace libmamba Configuration not found at '/glade/work/netige/conda-envs/_MDTF_install_temp/condarc'
trace libmamba Configuration not found at '/glade/work/netige/conda-envs/_MDTF_install_temp/.condarc'
trace libmamba Configuration not found at '/var/lib/conda/.mambarc'
trace libmamba Configuration not found at '/var/lib/conda/condarc.d/'
trace libmamba Configuration not found at '/var/lib/conda/condarc'
trace libmamba Configuration not found at '/var/lib/conda/.condarc'
trace libmamba Configuration not found at '/etc/conda/.mambarc'
trace libmamba Configuration not found at '/etc/conda/condarc.d/'
trace libmamba Configuration not found at '/etc/conda/condarc'
trace libmamba Configuration not found at '/etc/conda/.condarc'
trace libmamba Update configurable 'no_env'
trace libmamba Compute configurable 'envs_dirs'
trace libmamba Compute configurable 'file_specs'
error libmamba YAML spec file '=/glade/work/netige/mdtf_Apr24_2/mdtf/MDTF-diagnostics/src/conda/env_base_micromamba.yml' not found
critical libmamba File not found. Aborting.
info libmamba ****************** Backtrace End ********************
Bug Severity
Describe the bug I am trying to install Conda dependencies to my local branch. But I am getting an error saying that the /glade/work/netige/mdtf_Apr24_2/mdtf/MDTF-diagnostics/src/conda/env_base_micromamba.yml is not found. Bnut when I check the folder I see the file is present in the directory.
Steps To Reproduce Issue arise when I run below command:
./src/conda/conda_env_setup.sh --all --conda_root /glade/u/home/netige/miniconda3 --env_dir /glade/work/netige/mdtf_Apr24_2/mdtf/
Environment Describe the system environment:
Log information and/or terminal output