-
Notifications
You must be signed in to change notification settings - Fork 61
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
Problems running any of the tools due to PyVCF #887
Comments
That's odd; we haven't run into a problem like this before. We're actually no longer using the pyvcf package so that import can be removed. There are, however, some downstream dependencies using that package so you might still get errors. |
I removed the import and made a new release (3.1.1). I'm still working on the docker containers but since you're installing it directly, please try to upgrade to the latest version and see if that fixes the error you're seeing. |
Thanks so much for your quick reply. Will give it a go tomorrow and let you know what happened. I was surprised I could not find someone who encountered the same problem but I've been breaking my head over it for 2 days. |
I did
And that got rid of the error! Thanks so much for your help, Susanna. Happy holidays and happy new year :) |
Describe the bug
Cannot run
pvacseq
due to weird errors that are very likely related to the PyVCF package.I did some digging and this is a known problem with PyVCF: jamescasbon/PyVCF#332
I don't know how to solve this last error since it's possibly related to a defunct package using Python 2.*
To Reproduce
I am able to cleanly install
pvactools
with mamba, pip and the requirements.txt file from this repo:Log Output
When I run
pvactools
I get normal outputwhen I run
pvacseq
, this happens:I solved this error by adding lines to
__init__.py
in the PyVCF package (not ideal).After solving that error, the one below popped up:
The text was updated successfully, but these errors were encountered: