nextgenusfs / funannotate

Eukaryotic Genome Annotation Pipeline
http://funannotate.readthedocs.io
BSD 2-Clause "Simplified" License
322 stars 85 forks source link

Trouble installing funannotate through conda/mamba #798

Open mmotoc opened 2 years ago

mmotoc commented 2 years ago

Are you using the latest release? Trying to download latest release

Describe the bug I am looking to download funannotate with conda, but I am getting the following error:

Encountered problems while solving:

I have tried installing lighttpd separately but that also did not work.

What command did you issue? conda create -p ./fa-test -c bioconda -c conda-forge 'python>=3.8' 'python<3.9' conda activate /Users/michael/fa-test mamba install funannotate

Please let me know what I am doing wrong, I have struggled to install either the docker or conda versions thus far.

hyphaltip commented 2 years ago

you need to also provide -c conda-forge when you do mamba install? unless you had updated your default channels?

mamba install -c bioconda -c conda-forge funannotate

I ran these same exact commands on our centos8 system with miniconda3 and it all worked for me to do the install. Although note it is picking up pasa 2.5.2 for me

+ pasa                                    2.5.2  h87f3376_0           bioconda/linux-64         675kB
mmotoc commented 2 years ago

Hello, thank you for the comment.

I retried with your command (ie: (/Users/michael/miniconda3) michael@Michaels-MacBook-Pro-2 ~ % mamba install -c bioconda -c conda-forge funannotate)

and got the following:

Looking for: ['funannotate']

bioconda/osx-64 Using cache bioconda/noarch Using cache conda-forge/osx-64 Using cache conda-forge/noarch Using cache r/osx-64 Using cache r/noarch Using cache pkgs/r/noarch No change pkgs/main/osx-64 No change pkgs/main/noarch No change pkgs/r/osx-64 No change etetoolkit/osx-64 No change etetoolkit/noarch No change

Pinned packages:

Encountered problems while solving:

Any tips?

novigit commented 2 years ago

Are you using a mac? I ran into the same issue.

It looks like lighttpd may be available only on linux for the moment: https://anaconda.org/conda-forge/lighttpd