Hello
I’m trying to install humann3 with conda and the command for this is the following
conda create -n humann3 python=3.7
conda activate humann3
conda install humann -c biobakery
And got the following errors
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Package pip conflicts for:
python=3.7 -> pip
Package tk conflicts for:
python=3.7 -> tk[version=’>=8.6.7,<8.7.0a0|>=8.6.8,<8.7.0a0’]
Package openssl conflicts for:
python=3.7 -> openssl[version=’>=1.0.2o,<1.0.3a|>=1.0.2p,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a’]
Package ncurses conflicts for:
python=3.7 -> ncurses[version=’>=6.1,<7.0a0|>=6.2,<7.0a0’]
Package libffi conflicts for:
python=3.7 -> libffi[version=’>=3.2.1,<3.3a0|>=3.3,<3.4.0a0’]
Package readline conflicts for:
python=3.7 -> readline[version=’>=7.0,<8.0a0|>=8.0,<9.0a0’]
Package xz conflicts for:
python=3.7 -> xz[version=’>=5.2.4,<6.0a0|>=5.2.5,<6.0a0’]
Package python_abi conflicts for:
humann -> python_abi=3.7[build=*_cp37m]
Package ld_impl_linux-64 conflicts for:
python=3.7 -> ld_impl_linux-64
Package libgcc-ng conflicts for:
python=3.7 -> libgcc-ng[version=’>=7.2.0|>=7.3.0’]
Package libstdcxx-ng conflicts for:
python=3.7 -> libstdcxx-ng[version=’>=7.2.0|>=7.3.0’]
Package zlib conflicts for:
python=3.7 -> zlib[version=’>=1.2.11,<1.3.0a0’]
Package metaphlan conflicts for:
humann -> metaphlan[version=’>=3.0.0.alpha’]
Package diamond conflicts for:
humann -> diamond[version=’>=0.9.24’]
Package bowtie2 conflicts for:
humann -> bowtie2[version=’>2.1’]
Package sqlite conflicts for:
python=3.7 -> sqlite[version=’>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0’]
Package glpk conflicts for:
humann -> glpk
Please help me with this!