remove use_2to3 for new setuptools
setuptools now (>= v58.0.4) crashes when use_2to3 is present in setup.py
For anyone else running into this issue, patched version available via:
pip install PyVCF@git+https://github.com/ousamg/[email protected]
Ye, definitely needed update. If only someone can merge it...
Also depend on fix in this PR. Could anyone please merge it? Thanks.
Not sure there's anyone around who can. Nothing has been merged in years, but I figured I'd create the PR just in case.
Some alternatives:
- Use the fork linked above - https://github.com/jamescasbon/PyVCF/pull/331#issuecomment-923954814
- Create your own fork and remove the
use_2to3=Trueparameter in setup.py - Switch to the faster and maintained cyvcf2
Repo owner did not enter github for a couple of years, so sounds like a good moment to migrate to cyvcf2. Thanks @tsnowlan for suggesting options
Hi,
What about creating a fork and rename the project as "PyVCF2" in Pypi ? We will be able to merge all pull request. I create an issue here : https://github.com/jamescasbon/PyVCF/issues/335
I did a fork available here : https://pypi.org/project/PyVCF3/1.0.0/
Thanks. Shame this project is dead!