Install qiime2 with ubuntu LTS in windows

I try to install qiime amplicon in Ubuntu LTS in windows with conda.
I install miniconda. Ok
I change config channel priority conda
I try with download file

Conda
$ conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml
Channels:

  • released
  • bioconda
  • conda-forge
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/conda-forge/linux-64/repodata.json
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
'https//conda.anaconda.org/conda-forge/linux-64'
Mamba:
$ mamba env update --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
Channels:

  • released
  • conda-forge
  • bioconda
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): done
    Solving environment: done

Downloading and Extracting Packages:

('Connection broken: IncompleteRead(8354160 bytes read, 3298382 more expected)', IncompleteRead(8354160 bytes read, 3298382 more expected))
('Connection broken: IncompleteRead(8354160 bytes read, 3298382 more expected)', IncompleteRead(8354160 bytes read, 3298382 more expected))

Hello @Maximiliano_Venegas,

Welcome to the forums! :qiime2:

Looks like the internet connection is unstable! :signal_strength:

Connection broken: IncompleteRead

In the following days, has this succeeded when trying to rerun this?
Can you use a hardwired correction like Ethernet, which should be more reliable than wifi?