solverconda-buildmamba

How to eliminate spurious warnings, re: JSON cache files, from conda when using new libmamba solver?


Since upgrading to the new libmamba solver, I'm getting these spurious warnings when I conda build ...:

warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be string, but is null
warning  libmamba Could not remove state file "C:\\Users\\dbanas\\miniconda3\\pkgs\\cache\\c73d9827.state.json": The pro

And I'm wondering how to disable them.


Solution

  • just remove the directory for cache. it's C:\Users\dbanas\miniconda3\pkgs\cache\ for you. the warning will disappear.