I have a problem installing QIIME2 on my Ubuntu 18.04.>
Blockquote
$ conda env create -n qiime2-amplicon-2024.10 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.10-py310-linux-conda.yml
/home/marcel/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning:remote_definition
is deprecated and will be removed in 25.9. Useconda env create --file=URL
instead.
action(self, namespace, argument_values, option_string)
Retrieving notices: ...working... done
Channels:
- released
- conda-forge
- bioconda
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
Channels: - released
- conda-forge
- bioconda
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides __glibc >=2.28,<3.0.a0 needed by c-ares-1.34.2-heb4867d_0
Could not solve for environment specs
The following package could not be installed
└─ c-ares 1.34.2** is not installable because it requires
└─ __glibc >=2.28,<3.0.a0 , which is missing on the system.
Blockquote
It would be nice if I could get a hint how to solve the problem. glibc >2.27 is not availale for Ubuntu 18.04...