-
Notifications
You must be signed in to change notification settings - Fork 28
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
Pip installation fails on PyVCF #98
Comments
@haochenz96 Thanks for letting us know. It is indeed a known problem. First of all, a workaround is:
|
Ok. Thanks. I seem to have got around it in another way: I just installed it with
Will try it out and let you know if the PyVCF parser has any issue |
Ok great. Closing the thread for now. |
Same error |
Hi @BenjaminDEMAILLE . Are you having the same error currently? |
Yes with Python 3.12
… Le 16 déc. 2024 à 14:25, Jasmine Baker ***@***.***> a écrit :
Same error
Hi @BenjaminDEMAILLE <https://github.com/BenjaminDEMAILLE> . Are you having the same error currently?
—
Reply to this email directly, view it on GitHub <#98 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AJ6MVUE6DMU3AJU5J5VYMPL2F3IE7AVCNFSM6AAAAABTV276BWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBVGYZDQMRVGU>.
You are receiving this because you were mentioned.
|
@BenjaminDEMAILLE I'm getting clean installs. Could you please share:
|
Hi,
Thanks for developing this amazing tool!
While I tried to install it with pip today, I got an error saying:
I believe this is related to PyVCF not compatible with setuptools used in newer Python (mine is Python 3.7.12), as mentioned in this issue: jamescasbon/PyVCF#332
Also, it seems that PyVCF only parses VCF format V4.0 and V4.1, whereas the standard right now is V4.2. The package does not seem to be maintained anymore. So it may be better to switch to a newer VCF parser.
Haochen
The text was updated successfully, but these errors were encountered: