Skip to content

pyvcf dependency is causing installation failure on setuptools>=58 #247

@susannasiebert

Description

@susannasiebert

pyvcf uses use_2to3=True which has been deprecated in setuptools >= 58 and fails installation. This in turn causes failures during varcode installation and other packages that use varcode.

Our package pvactools (https://github.com/griffithlab/pVACtools) has a dependency on vaxrank, which has a varcode dependency. We already switched away from pyvcf to vcfpy (https://vcfpy.readthedocs.io/en/stable/) to get around this problem but since our vaxrank dependency still relies on pyvcf, this issue has not been resolved for us.

Since pyvcf doesn't appear to be maintained anymore, switching to vcfpy might be a good alternative for varcode as well.

See also: jamescasbon/PyVCF#332

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