5

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.

dbanas
  • 1,707
  • 14
  • 24

1 Answers1

0

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

Sadegh Pouriyan
  • 157
  • 1
  • 10