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
pyvcf uses
use_2to3=Truewhich 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