安装 libmamba 解算器后,我收到“警告 libmamba 无法解析状态文件”

mad*_*cht 5 conda mamba

安装AnacondaMamba安装后,我现在遇到了libmamba-solverAnaconda 博客上官方推荐的 Anaconda 作为 conda 的标准求解器。

在我完全按照说明进行操作后

https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community
Run Code Online (Sandbox Code Playgroud)

我收到conda update (something) 表格的前几个警告

warning libmamba Could not parse state file:
Run Code Online (Sandbox Code Playgroud)

这些警告甚至在使用时出现 mamba update (something)

这是完整的输出:

Retrieving notices: ...working... done
warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning  libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\59ba4880.state.json": Der Pr.
warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning  libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\3e39a7aa.state.json": Der Pr.
warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning  libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\920c960f.state.json": Der Pr.
warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning  libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\4ea078d6.state.json": Der Pr.
warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning  libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\5ca77eed.state.json": Der Pr.
warning  libmamba Could not parse state file: Could not load cache state: [json.exception.type_error.302] type must be l
warning  libmamba Could not remove state file "C:\\Users\\Mathias\\anaconda3\\pkgs\\cache\\c4a505b4.state.json": Der Pr.
pkgs/r/win-64                                      742.8kB @   2.4MB/s  0.4s
pkgs/main/noarch                                   819.6kB @   2.2MB/s  0.4s
pkgs/msys2/noarch                                  111.0 B @ 293.0 B/s  0.1s
pkgs/msys2/win-64                                   39.8kB @  79.3kB/s  0.1s
pkgs/r/noarch                                        1.3MB @   1.8MB/s  0.4s
pkgs/main/win-64                                     4.7MB @   3.9MB/s  1.5s
conda-forge/noarch                                  11.5MB @   3.4MB/s  4.1s
conda-forge/win-64                                  19.5MB @   2.8MB/s  8.4s
Collect all metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Users\Mathias\anaconda3

  added / updated specs:
    - conda


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    conda-23.1.0               |   py39hcbf5309_0         912 KB  conda-forge
    jupyter_server_fileid-0.8.0|     pyhd8ed1ab_0          19 KB  conda-forge
    y-py-0.5.9                 |   py39hf21820d_0         460 KB  conda-forge
    ------------------------------------------------------------
                                           Total:         1.4 MB

The following packages will be UPDATED:

  jupyter_server_fi~                     0.7.0-pyhd8ed1ab_0 --> 0.8.0-pyhd8ed1ab_0
  y-py                                 0.5.5-py39hf21820d_2 --> 0.5.9-py39hf21820d_0

The following packages will be SUPERSEDED by a higher-priority channel:

  conda              pkgs/main::conda-23.1.0-py39haa95532_0 --> conda-forge::conda-23.1.0-py39hcbf5309_0


Proceed ([y]/n)?


Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Run Code Online (Sandbox Code Playgroud)

您可以看到,尽管warning. 所以第一个问题是这个警告到底意味着什么以及它是否是一个问题。这当然很烦人,但是有实际问题吗?如果是这样,如何解决?