remove use_2to3 for new setuptools#331
Open
tsnowlan wants to merge 1 commit intojamescasbon:masterfrom
Open
Conversation
Author
|
For anyone else running into this issue, patched version available via: pip install PyVCF@git+https://github.com/ousamg/pyvcf.git@v0.6.9 |
|
Ye, definitely needed update. If only someone can merge it... |
|
Also depend on fix in this PR. Could anyone please merge it? Thanks. |
Author
|
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:
|
|
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 ? |
|
I did a fork available here : |
|
Thanks. Shame this project is dead! |
mdshw5
added a commit
to mdshw5/pyfaidx
that referenced
this pull request
May 18, 2022
Using python3 package referenced in jamescasbon/PyVCF#331
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
setuptools now (>= v58.0.4) crashes when
use_2to3is present in setup.py