You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\projects\arrow>mamba update -q -y -c conda-forge --all || exit /B
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 'C:\Users\appveyor\.mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.mamba\.mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\.mambarc'
trace libmamba Configuration found at 'C:\Users\appveyor\.condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.conda\.condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\.condarc'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.mambarc'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc.d'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.condarc'
trace libmamba Configuration not found at 'C:\ProgramData\conda\.mambarc'
trace libmamba Configuration not found at 'C:\ProgramData\conda\condarc.d'
trace libmamba Configuration not found at 'C:\ProgramData\conda\condarc'
trace libmamba Configuration not found at 'C:\ProgramData\conda\.condarc'
trace libmamba Update configurable 'no_env'
trace libmamba Compute configurable 'envs_dirs'
trace libmamba Compute configurable 'file_specs'
trace libmamba Compute configurable 'spec_file_env_name'
trace libmamba Compute configurable 'env_name'
trace libmamba Compute configurable 'use_default_prefix_fallback'
trace libmamba Compute configurable 'use_root_prefix_fallback'
trace libmamba Compute configurable 'use_target_prefix_fallback'
trace libmamba Compute configurable 'target_prefix'
trace libmamba Get RC files configuration from locations up to TargetPrefix
trace libmamba Configuration not found at 'C:\Users\appveyor\.mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\.mamba\mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.mamba\.mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\mambarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\mamba\.mambarc'
trace libmamba Configuration found at 'C:\Users\appveyor\.condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\.conda\condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\.conda\.condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc.d'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\condarc'
trace libmamba Configuration not found at 'C:\Users\appveyor\AppData\Roaming\conda\.condarc'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.mambarc'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc.d'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\condarc'
trace libmamba Configuration not found at 'C:\Miniconda38-x64\Library\.condarc'
trace libmamba Configuration not found at 'C:\ProgramData\conda\.mambarc'
trace libmamba Configuration not found at 'C:\ProgramData\conda\condarc.d'
trace libmamba Configuration not found at 'C:\ProgramData\conda\condarc'
trace libmamba Configuration not found at 'C:\ProgramData\conda\.condarc'
trace libmamba Update configurable 'no_env'
trace libmamba Compute configurable 'relocate_prefix'
trace libmamba Compute configurable 'target_prefix_checks'
error libmamba Expected environment not found at prefix: C:\Miniconda38-x64\Library
critical libmamba Aborting.
info libmamba ****************** Backtrace End ********************
Mamba 2.0.0 may be related.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered:
### Rationale for this change
`mamba update` with Mamba 2.0.0 failed.
### What changes are included in this PR?
Use conda instead of Mamba. "conda-libmamba-solver" isn't used too. "classic" solver is used.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #44234
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/50678631#L299
Mamba 2.0.0 may be related.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: