bacpop / PopPUNK

PopPUNK 👨‍🎤 (POPulation Partitioning Using Nucleotide Kmers)
https://www.bacpop.org/poppunk
Apache License 2.0
86 stars 17 forks source link

PackagesNotFoundError #283

Closed RoyUnderwoodAbramski closed 9 months ago

RoyUnderwoodAbramski commented 9 months ago

Versions Not able to install a version of PoPPUNK Receive Error: PackagesNotFoundError

I ran the following commands on Ubuntu 20.04 conda install poppunk

Here is the Output Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

Current channels:

Please Advise

johnlees commented 9 months ago

You'll need to add the bioconda and conda-forge channels first, as described here: https://poppunk.readthedocs.io/en/latest/installation.html#installing-with-conda-recommended

RoyUnderwoodAbramski commented 9 months ago

I had all 3 listed.
I resolved the issue, thank you for your hep Johnlees