Hello, now I have another question about QIIME2 installation.
I've installed Miniconda at my non-system disk, and the conda update is OK, but when I create a conda qiime2 environment in WSL, it shows wrong, and the following are wrong messages:
…
info libmamba Parsing MatchSpec defaults::conda>24.7.1
Preparing transaction: ...working... done
Verifying transaction: ...working... failed
CondaVerificationError: The package for numpy located at /mnt/d/WSL/conda_env/miniconda3/pkgs/numpy-1.26.4-py39h474f0d3_0
appears to be corrupted. The path 'lib/python3.9/site-packages/numpy/array_api/__pycache__/__init__.cpython-39.pyc'
specified in the package manifest cannot be found.
…
How can I solve this question
Thank you!