Skip to content

conda install issue #50

@linsalrob

Description

@linsalrob

Hi

Can you please increase the python version in the conda pipeline which is currently pinned to python >=3,<3.12

However, the meta.yaml for pytaxonkit version 0.8 is pinned to python >=3. Consequently, when you do something like

mamba create -n pytaxonkit 'python>=3.12' pytaxonkit

mamba will resolve to install version 0.8.

I ran into this in a fresh install because I had an error from:

pytaxonkit.lineage(["1382510", "929505", "390333"], formatstr="{family};{genus};{species};{subspecies|strain}")

The error was:

pytaxonkit.TaxonKitCLIError: [ERRO] placeholder of simplified rank not found in output format: {family};{genus};{species};{subspecies|strain}

because conda installed the incorrect version.

The solution to that error was to either change the version or set the formatstr to {f};{g};{s};.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions