[X] I searched open reports and couldn't find a duplicate
What happened?
Under some circumstances, conda-libmamba-solver cannot parse the libmamba exceptions correctly and raises with message "None", which is not useful.
I saw this yesterday with a conda-build run that resulted in conflicts due to a messy local CONDA_BLD_PATH (plenty of competing and outdated packages that should not exist), so it's difficult to reproduce.
I might still be able to cause a conflict we can analyze.
Conda Info
active environment : base
active env location : /Users/jrodriguez/.local/anaconda
shell level : 1
user config file : /Users/jrodriguez/.condarc
populated config files : /Users/jrodriguez/.local/anaconda/.condarc
/Users/jrodriguez/.condarc
conda version : 22.11.1
conda-build version : 3.23.3
python version : 3.9.15.final.0
virtual packages : __archspec=1=arm64
__osx=11.2.3=0
__unix=0=0
base environment : /Users/jrodriguez/.local/anaconda (writable)
conda av data dir : /Users/jrodriguez/.local/anaconda/etc/conda
conda av metadata url : None
channel URLs : https://conda.anaconda.org/conda-forge/osx-arm64
https://conda.anaconda.org/conda-forge/noarch
package cache : /Users/jrodriguez/.local/anaconda/pkgs
/Users/jrodriguez/.conda/pkgs
envs directories : /Users/jrodriguez/.local/anaconda/envs
/Users/jrodriguez/.conda/envs
platform : osx-arm64
user-agent : conda/22.11.1 requests/2.28.1 CPython/3.9.15 Darwin/20.3.0 OSX/11.2.3 solver/libmamba conda-libmamba-solver/22.8.1 libmambapy/1.0.0
UID:GID : 501:20
netrc file : None
offline mode : False
Checklist
What happened?
Under some circumstances, conda-libmamba-solver cannot parse the libmamba exceptions correctly and raises with message "None", which is not useful.
I saw this yesterday with a conda-build run that resulted in conflicts due to a messy local
CONDA_BLD_PATH
(plenty of competing and outdated packages that should not exist), so it's difficult to reproduce.I might still be able to cause a conflict we can analyze.
Conda Info
Conda Config
Conda list
Additional Context
No response