-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use_2to3 and setuptools 58+ problem #712
Comments
Similar problem for pysam. Maybe another packages - a lot of packages still have |
I will look into switching to a different vcf parsing library. I've used VCFPy successfully in other projects so that's what I would start with. For pysam, since we're not pinning a version, having the change you linked released should be sufficient. Some of our dependencies might pin pysam but that would be up to them to update to a newer version. |
Will wait for |
Yes, you will need to use an older setuptools version. Alternatively, you can use the existing docker container (griffithlab/pvactools) to get around any installation problems. |
Unfortunately, switching pVACtools to vcfpy is not sufficient to fix this problem. pVACtools also depends on vaxrank, which depends on varcode, which also depends on pyvcf. I made openvax/varcode#247 in the hopes that the varcode developers will address this issue. |
|
Looks like |
Looks like issue should be closed, but something went wrong. |
Hello.
use_2to3
support was removed insetuptools 58
changelogpVACtools
dependencyPyVCF
still have it (PR about removing).We should:
setuptools
version, but this is MAJOR problem for all future releases.The text was updated successfully, but these errors were encountered: