veg / hyphy

HyPhy: Hypothesis testing using Phylogenies
http://www.hyphy.org
Other
211 stars 69 forks source link

Hyphy installation problem #1648

Closed joana-morais closed 1 year ago

joana-morais commented 1 year ago

I've tried installing Hyphy using conda but all the commands lead to the same error message:

_PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

I've already checked for the latest conda version. These are the tried commands:

conda install -c bioconda hyphy conda install -c "bioconda/label/cf201901" python-hyphy-python conda install -c bioconda python-hyphy-python
conda install hyphy

Does anyone know how to solve this issue? Thank you!

spond commented 1 year ago

Dear @joana-morais,

Looks like you resolved the issue :)

There have been persistent weird issues with Conda, like installing really outdated versions (2.5.8, while the current release is 2.5.54). HyPhy is pretty self-contained with minimal external dependencies. You should always be able to build from source, assuming you have gcc / clang and CMake.

Best, Sergei

joana-morais commented 1 year ago

Thank you very much @spond